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
FreezingColumn
冻结列
public int FreezingColumn { get; set; }
Property Value
IsExtendSummary
是否扩展总表
public bool IsExtendSummary { get; set; }
Property Value
IsSummary
是否总表
public bool IsSummary { get; set; }
Property Value
TableId
表格Id.
public Guid TableId { get; set; }
Property Value
TableName
表格名称.
public string TableName { get; set; }
Property Value
Trees
列集合-树结构
public List<TraceTableLayoutColumnModel> Trees { get; set; }