Table of Contents

Class ConfigBase

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

配置基类

public class ConfigBase
Inheritance
ConfigBase
Derived
Inherited Members
Extension Methods

Properties

CreateTime

创建时间

public string CreateTime { get; set; }

Property Value

string

ID

ID

[Browsable(false)]
public Guid ID { get; set; }

Property Value

Guid

InstanceName

实例名称

public string InstanceName { get; set; }

Property Value

string

LastModifyTime

最后修改时间

public string LastModifyTime { get; set; }

Property Value

string

ProductModel

产品型号

[Browsable(false)]
public string ProductModel { get; set; }

Property Value

string