Class ReportColumn
- Namespace
- InSite.Domain.Reports
- Assembly
- Shift.Sdk.dll
public class ReportColumn
- Inheritance
-
ReportColumn
- Inherited Members
-
- Extension Methods
-
Constructors
ReportColumn()
Properties
DataType
public string DataType { get; set; }
Property Value
- string
IsBit
public bool IsBit { get; }
Property Value
- bool
IsNumeric
public bool IsNumeric { get; }
Property Value
- bool
IsStatistic
public bool IsStatistic { get; }
Property Value
- bool
IsText
public bool IsText { get; }
Property Value
- bool
Name
public string Name { get; set; }
Property Value
- string
NameWithoutView
public string NameWithoutView { get; }
Property Value
- string
ViewAlias
public string ViewAlias { get; }
Property Value
- string