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
CaptionTC
Returns the caption
public string CaptionTC { get; }
Property Value
ConfirmAddNew
Returns True if inserts must be confirmed.
public bool ConfirmAddNew { get; }
Property Value
ConfirmDelete
Returns True if deletes must be confirmed.
public bool ConfirmDelete { get; }
Property Value
DefaultFilterID
Returns the SysFilterID of the default filter.
public int DefaultFilterID { get; }
Property Value
ExplanationTC
Returns the explanation.
public string ExplanationTC { get; }
Property Value
Identifier
Returns the SQL expression for the identifier.
public string Identifier { get; }
Property Value
InitialStateTransitionID
Returns the SysStateTransitionID of the initial state transition
public int InitialStateTransitionID { get; }
Property Value
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
NestedIdentifier
Returns the SQL expression for the identifier when nested in another identifier.
public string NestedIdentifier { get; }
Property Value
NoRecordsToDisplayTextTC
Returns the text to display if not records are available.
public string NoRecordsToDisplayTextTC { get; }
Property Value
RequireFilter
Returns True if filtering is required
public bool RequireFilter { get; }
Property Value
TableOrder
Returns the table order as sql expression.
public string TableOrder { get; }
Property Value
Tag
Returns the default value for the tag.
public string Tag { get; }