Table of Contents

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

key string
value string

Properties

Id

唯一标识

public int Id { get; set; }

Property Value

int

Key

参数Key

[Design("参数Key", "参数Key")]
public string Key { get; set; }

Property Value

string

Value

参数值

[Design("参数值", "参数值")]
public string Value { get; set; }

Property Value

string