Class PageSettings.DownloadColumnSettings
- Namespace
- Shift.Contract.Presentation
- Assembly
- Shift.Sdk.dll
public class PageSettings.DownloadColumnSettings
- Inheritance
-
PageSettings.DownloadColumnSettings
- Inherited Members
- Extension Methods
Constructors
DownloadColumnSettings(string, string, bool?)
public DownloadColumnSettings(string name, string heading = null, bool? hide = false)
Parameters
Properties
HideByDefault
True if this column is available but unselected by default for new downloads
public bool HideByDefault { get; set; }
Property Value
LogicalHeading
A logical user-friendly alias for the column name
public string LogicalHeading { get; set; }
Property Value
PhysicalName
The actual name of the column in the database table
public string PhysicalName { get; set; }