Class UIControlInfo
UI控件信息(人机交互控件信息)
public class UIControlInfo
- Inheritance
-
UIControlInfo
- Inherited Members
- Extension Methods
Properties
Alias
别名
public string Alias { get; set; }
Property Value
Category
控件类别
public ControlCategory Category { get; set; }
Property Value
Extend
扩展类别
public ExtendCategory Extend { get; set; }
Property Value
Instance
实例
public IModuleBase Instance { get; set; }
Property Value
InstanceName
实例名称
public string InstanceName { get; set; }
Property Value
Level
权限等级
public UserLevel Level { get; set; }
Property Value
StationName
工位名称
public string StationName { get; set; }
Property Value
Target
控件目标
public ControlTarget Target { get; set; }
Property Value
Visible
是否显示
public bool Visible { get; set; }