Class RefModuleInfo
引用模块信息
public class RefModuleInfo
- Inheritance
-
RefModuleInfo
- Inherited Members
- Extension Methods
Constructors
RefModuleInfo()
构造
public RefModuleInfo()
RefModuleInfo(ReferenceCategory, string, string, string, string)
构造引用模块信息
public RefModuleInfo(ReferenceCategory category, string stationName, string instanceName, string propertyName, string interfacename)
Parameters
categoryReferenceCategory类别
stationNamestring工位名称
instanceNamestring实例名称
propertyNamestring属性名称
interfacenamestring接口名称
Properties
Category
类别
public ReferenceCategory Category { get; set; }
Property Value
InstanceName
实例名称
public string InstanceName { get; set; }
Property Value
InterfaceName
接口名
public string InterfaceName { get; set; }
Property Value
ModuleName
模块名称
public string ModuleName { get; set; }
Property Value
Namespace
命名空间
public string Namespace { get; set; }
Property Value
PropertyName
属性名称
public string PropertyName { get; set; }
Property Value
StationName
工位名称
public string StationName { get; set; }
Property Value
StationNameRef
引用工位名
public string StationNameRef { get; set; }
Property Value
Version
版本
public string Version { get; set; }
Property Value
Methods
ToString()
重写转字符串
public override string ToString()