Table of Contents

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

name string
heading string
hide bool?

Properties

HideByDefault

True if this column is available but unselected by default for new downloads

public bool HideByDefault { get; set; }

Property Value

bool

LogicalHeading

A logical user-friendly alias for the column name

public string LogicalHeading { get; set; }

Property Value

string

PhysicalName

The actual name of the column in the database table

public string PhysicalName { get; set; }

Property Value

string