[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.UIPermission

类 UIPermission

单元格类型的界面权限项。

继承
object
UIPermission
实现
System.ICloneable
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public class UIPermission : SubUIPermission, ICloneable

构造函数

UIPermission()

单元格类型的界面权限项。

声明
public UIPermission()

属性

Category

类目。

声明
[SaveJsonIgnore]
public string Category { get; set; }
属性值
类型 描述
string

Enabled

是否启用权限设置。

声明
public bool Enabled { get; set; }
属性值
类型 描述
bool

Ignore

隐藏当前的权限设置,如菜单只有菜单项的权限设置,此时可隐藏菜单本身的权限设置。

声明
public bool Ignore { get; set; }
属性值
类型 描述
bool

Scope

权限的适用范围。

声明
public UIPermissionScope Scope { get; set; }
属性值
类型 描述
UIPermissionScope

方法

Clone()

克隆方法。

声明
public override object Clone()
返回值
类型 描述
object
重载
SubUIPermission.Clone()

实现

System.ICloneable