[]
单元格类型的界面权限项。
public class UIPermission : SubUIPermission, ICloneable
单元格类型的界面权限项。
public UIPermission()
类目。
[SaveJsonIgnore]
public string Category { get; set; }
类型 | 描述 |
---|---|
string |
是否启用权限设置。
public bool Enabled { get; set; }
类型 | 描述 |
---|---|
bool |
隐藏当前的权限设置,如菜单只有菜单项的权限设置,此时可隐藏菜单本身的权限设置。
public bool Ignore { get; set; }
类型 | 描述 |
---|---|
bool |
权限的适用范围。
public UIPermissionScope Scope { get; set; }
类型 | 描述 |
---|---|
UIPermissionScope |
克隆方法。
public override object Clone()
类型 | 描述 |
---|---|
object |