Table of Contents

Class ExportTracesRequest

Namespace
CMS.Plugin.TraceManagement.Abstractions.Models.Traces
Assembly
CMS.Plugin.TraceManagement.Abstractions.dll

导出的请求.

public class ExportTracesRequest : GetTracesRequest
Inheritance
ExportTracesRequest
Inherited Members

Properties

ConfigName

当前报表的配置名称.

public string? ConfigName { get; set; }

Property Value

string

IsSummary

是否总表

public bool IsSummary { get; set; }

Property Value

bool

TableId

工序Id或者总表Id

public Guid TableId { get; set; }

Property Value

Guid

TableIds

工序Id或者总表Id集合.

public List<Guid> TableIds { get; set; }

Property Value

List<Guid>