Class AuthoritySetting
public class AuthoritySetting : LazyNotifyInstance<AuthoritySetting>, INotifyPropertyChanged
- 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; }