Class ConfigBase
配置基类
public class ConfigBase
- Inheritance
-
ConfigBase
- Derived
- Inherited Members
- Extension Methods
Properties
CreateTime
创建时间
public string CreateTime { get; set; }
Property Value
ID
ID
[Browsable(false)]
public Guid ID { get; set; }
Property Value
InstanceName
实例名称
public string InstanceName { get; set; }
Property Value
LastModifyTime
最后修改时间
public string LastModifyTime { get; set; }
Property Value
ProductModel
产品型号
[Browsable(false)]
public string ProductModel { get; set; }