Class ModuleInstanceInfo
模块实例信息
public class ModuleInstanceInfo
- Inheritance
-
ModuleInstanceInfo
- Inherited Members
- Extension Methods
Properties
CreateTime
创建时间
public string CreateTime { get; set; }
Property Value
Instance
实例
public object Instance { get; set; }
Property Value
InstanceName
名称
public string InstanceName { get; set; }
Property Value
InterfaceFullName
接口名称
public string InterfaceFullName { get; set; }
Property Value
ModuleName
模块名称
public string ModuleName { get; set; }
Property Value
SortID
排序ID
public int SortID { get; set; }
Property Value
StationName
工位名称
public string StationName { get; set; }