Table of Contents

Class repTableSettings

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class contains the group specific settings of a table.

public class repTableSettings
Inheritance
repTableSettings
Inherited Members
Extension Methods

Properties

AutomaticallyAddWildCards

Returns True if wild cards are automatically added when filtering.

public bool AutomaticallyAddWildCards { get; }

Property Value

bool

CaptionTC

Returns the caption

public string CaptionTC { get; }

Property Value

string

ConfirmAddNew

Returns True if inserts must be confirmed.

public bool ConfirmAddNew { get; }

Property Value

bool

ConfirmDelete

Returns True if deletes must be confirmed.

public bool ConfirmDelete { get; }

Property Value

bool

DefaultFilterID

Returns the SysFilterID of the default filter.

public int DefaultFilterID { get; }

Property Value

int

ExplanationTC

Returns the explanation.

public string ExplanationTC { get; }

Property Value

string

Identifier

Returns the SQL expression for the identifier.

public string Identifier { get; }

Property Value

string

InitialStateTransitionID

Returns the SysStateTransitionID of the initial state transition

public int InitialStateTransitionID { get; }

Property Value

int

LimitFKdataset

Returns True if a table that is navigated to when following a foreign key only shows that one record instead of all records.

public bool LimitFKdataset { get; }

Property Value

bool

NestedIdentifier

Returns the SQL expression for the identifier when nested in another identifier.

public string NestedIdentifier { get; }

Property Value

string

NoRecordsToDisplayTextTC

Returns the text to display if not records are available.

public string NoRecordsToDisplayTextTC { get; }

Property Value

string

RequireFilter

Returns True if filtering is required

public bool RequireFilter { get; }

Property Value

bool

TableOrder

Returns the table order as sql expression.

public string TableOrder { get; }

Property Value

string

Tag

Returns the default value for the tag.

public string Tag { get; }

Property Value

string