Class ExtraTablesRows.IdxScreenChooserAll
Class representing index 'IDXExtra_tablesScreen_chooser'.
Inheritance
ExtraTablesRows.IdxScreenChooserAll
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExtraTablesRows.IdxScreenChooserAll : ExtraTablesRows.ExtraTablesRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxScreenChooserAll(int)
Constructor for class ExtraTablesRows.IdxScreenChooserAll This class represents index 'IDXExtra_tablesScreen_chooser_all'.
Declaration
public IdxScreenChooserAll(int screenChooserAll)
Parameters
Type | Name | Description |
---|---|---|
int | screenChooserAll |
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
ScreenChooserAll
The screen chooser to use for this extra table when viewing the table.
Declaration
public int ScreenChooserAll { 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. |