Class MvcSetting
public class MvcSetting : LazySettingInstance<MvcSetting>, INotifyPropertyChanged, IDisplayer, ISetting, IMvcSettingOption
- Inheritance
-
MvcSetting
- Implements
- Inherited Members
- Extension Methods
Properties
IsUseApp
public bool IsUseApp { get; set; }
Property Value
IsUseModule
public bool IsUseModule { get; set; }
Property Value
ModulePath
public string[] ModulePath { get; set; }
Property Value
- string[]
UseAuthority
public bool UseAuthority { get; set; }
Property Value
UseAutoMap
public bool UseAutoMap { get; set; }