Class AuthoritySetting
[Display(Name = "权限设置", GroupName = "系统设置")]
public class AuthoritySetting : Settable<AuthoritySetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
- Inheritance
-
AuthoritySetting
- Implements
- Inherited Members
- Extension Methods
Properties
Authoritys
public ObservableCollection<IAuthority> Authoritys { get; set; }
Property Value
UseAllIfNoLggin
[Display(Name = "启用如果没有登录用户加载所有权限")]
public bool UseAllIfNoLggin { get; set; }
Property Value
UseAuthority
[Display(Name = "启用权限控制")]
public bool UseAuthority { get; set; }