Class CKeyValue
键值
public class CKeyValue : DataSaveBase
- Inheritance
-
CKeyValue
- Inherited Members
- Extension Methods
Constructors
CKeyValue()
构造
public CKeyValue()
CKeyValue(string, string)
构造
public CKeyValue(string key, string value)
Parameters
CKeyValue(string, string, string)
构造
public CKeyValue(string id, string key, string value)
Parameters
Properties
Enable
使能
public bool Enable { get; set; }
Property Value
Key
键
public string Key { get; set; }
Property Value
Value
值
public string Value { get; set; }