Class SelectionRows.IdxDone
Class representing index 'IDXSelDone'.
Inheritance
SelectionRows.IdxDone
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxDone : SelectionRows.SelectionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDone(Int16)
Constructor for class SelectionRows.IdxDone This class represents index 'IDXSelDone'.
Declaration
public IdxDone(short done)
Parameters
Type | Name | Description |
---|---|---|
Int16 | done |
Properties
Done
Done (0=false, 1=true). Status implies changes in which fields are shown in GUI, as well as which fields can be updated
Declaration
public short Done { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
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
Methods
UpdateRow(TableRowBase)
Update the SelectionRow 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 SelectionRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)