Class ExtraTablesRows.IdxScreenChooserEntry
Class representing index 'IDXExtra_tablesScreen_chooser'.
Inheritance
ExtraTablesRows.IdxScreenChooserEntry
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExtraTablesRows.IdxScreenChooserEntry : ExtraTablesRows.ExtraTablesRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxScreenChooserEntry(int)
Constructor for class ExtraTablesRows.IdxScreenChooserEntry This class represents index 'IDXExtra_tablesScreen_chooser_entry'.
Declaration
public IdxScreenChooserEntry(int screenChooserEntry)
Parameters
Type | Name | Description |
---|---|---|
int | screenChooserEntry |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
ScreenChooserEntry
The screen chooser to use for this extra table when viewing an entry.
Declaration
public int ScreenChooserEntry { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the ExtraTablesRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of ExtraTablesRow. |