Table of Contents

Class AuthoritySetting

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public class AuthoritySetting : LazyNotifyInstance<AuthoritySetting>, INotifyPropertyChanged
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