Table of Contents

Class ModuleInstanceInfo

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

模块实例信息

public class ModuleInstanceInfo
Inheritance
ModuleInstanceInfo
Inherited Members
Extension Methods

Properties

CreateTime

创建时间

public string CreateTime { get; set; }

Property Value

string

Instance

实例

public object Instance { get; set; }

Property Value

object

InstanceName

名称

public string InstanceName { get; set; }

Property Value

string

InterfaceFullName

接口名称

public string InterfaceFullName { get; set; }

Property Value

string

ModuleName

模块名称

public string ModuleName { get; set; }

Property Value

string

SortID

排序ID

public int SortID { get; set; }

Property Value

int

StationName

工位名称

public string StationName { get; set; }

Property Value

string