Table of Contents

Class UIControlInfo

Namespace
AT.Librarys.Container.Service
Assembly
AT.Librarys.Container.dll

UI控件信息(人机交互控件信息)

public class UIControlInfo
Inheritance
UIControlInfo
Inherited Members
Extension Methods

Properties

Alias

别名

public string Alias { get; set; }

Property Value

string

Category

控件类别

public ControlCategory Category { get; set; }

Property Value

ControlCategory

Extend

扩展类别

public ExtendCategory Extend { get; set; }

Property Value

ExtendCategory

Instance

实例

public IModuleBase Instance { get; set; }

Property Value

IModuleBase

InstanceName

实例名称

public string InstanceName { get; set; }

Property Value

string

Level

权限等级

public UserLevel Level { get; set; }

Property Value

UserLevel

StationName

工位名称

public string StationName { get; set; }

Property Value

string

Target

控件目标

public ControlTarget Target { get; set; }

Property Value

ControlTarget

Visible

是否显示

public bool Visible { get; set; }

Property Value

bool