Table of Contents

Class TraceTableLayoutModel

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

追溯报表表格-列集合

public class TraceTableLayoutModel
Inheritance
TraceTableLayoutModel
Inherited Members

Properties

Columns

列集合-平级结构

public List<TraceTableLayoutColumnModel> Columns { get; set; }

Property Value

List<TraceTableLayoutColumnModel>

FreezingColumn

冻结列

public int FreezingColumn { get; set; }

Property Value

int

IsExtendSummary

是否扩展总表

public bool IsExtendSummary { get; set; }

Property Value

bool

IsSummary

是否总表

public bool IsSummary { get; set; }

Property Value

bool

TableId

表格Id.

public Guid TableId { get; set; }

Property Value

Guid

TableName

表格名称.

public string TableName { get; set; }

Property Value

string

Trees

列集合-树结构

public List<TraceTableLayoutColumnModel> Trees { get; set; }

Property Value

List<TraceTableLayoutColumnModel>