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