[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.RolePermissionEditorSetting

类 RolePermissionEditorSetting

角色选择编辑器

继承
object
RolePermissionEditorSetting
实现
System.ComponentModel.INotifyPropertyChanged
命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public class RolePermissionEditorSetting : BuiltinEditorSetting, INotifyPropertyChanged

构造函数

RolePermissionEditorSetting()

构造函数

声明
public RolePermissionEditorSetting()

RolePermissionEditorSetting(bool)

构造函数

声明
public RolePermissionEditorSetting(bool allowUncheckAllRoles = false)
参数
类型 名称 描述
bool allowUncheckAllRoles

属性

AllowUncheckAllRoles

是否允许不选择任何角色

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

LabelVerticalAlignment

角色选择编辑器

声明
public override VerticalAlignment LabelVerticalAlignment { get; }
属性值
类型 描述
System.Windows.VerticalAlignment
重载
EditorSetting.LabelVerticalAlignment

Margin

角色选择编辑器

声明
public Thickness Margin { get; set; }
属性值
类型 描述
System.Windows.Thickness

方法

Validate(object)

角色选择编辑器

声明
public override bool Validate(object propValue)
参数
类型 名称 描述
object propValue
返回值
类型 描述
bool
重载
EditorSetting.Validate(object)

实现

System.ComponentModel.INotifyPropertyChanged