Table of Contents

Class AuthoritySetting

Namespace
H.Modules.Identity
Assembly
H.Modules.Identity.dll
[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

ObservableCollection<IAuthority>

UseAllIfNoLggin

[Display(Name = "启用如果没有登录用户加载所有权限")]
public bool UseAllIfNoLggin { get; set; }

Property Value

bool

UseAuthority

[Display(Name = "启用权限控制")]
public bool UseAuthority { get; set; }

Property Value

bool