Class TraceParamModel
- Namespace
- CMS.Plugin.TraceManagement.Abstractions.Models.Traces
- Assembly
- CMS.Plugin.TraceManagement.Abstractions.dll
参数模型
public class TraceParamModel
- Inheritance
-
TraceParamModel
- Inherited Members
Constructors
TraceParamModel()
public TraceParamModel()
TraceParamModel(string, string)
public TraceParamModel(string key, string value)
Parameters
Properties
Id
唯一标识
public int Id { get; set; }
Property Value
Key
参数Key
[Design("参数Key", "参数Key")]
public string Key { get; set; }
Property Value
Value
参数值
[Design("参数值", "参数值")]
public string Value { get; set; }