Support for third party modules, improved error handling, standardardized enum naming, reorganized interface definitions, support for DB script upgrades, added Settings entity
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
public interface IModuleControl
|
||||
{
|
||||
string Title { get; }
|
||||
SecurityAccessLevelEnum SecurityAccessLevel { get; }
|
||||
SecurityAccessLevel SecurityAccessLevel { get; }
|
||||
string Actions { get; } // can be specified as a comma delimited set of values
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user