Class StatusValueRows.IdxExtra1IdIsSignalledStatusDefId
Class representing index 'IExtra1_idIsSignalledStatusDe'.
Inheritance
IdxBase
IdxBase<StatusValueTableInfo>
StatusValueRow.StatusValueRowIdxBase
StatusValueRows.StatusValueRowsIdx
StatusValueRows.IdxExtra1IdIsSignalledStatusDefId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxExtra1IdIsSignalledStatusDefId : StatusValueRows.StatusValueRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxExtra1IdIsSignalledStatusDefId(Int32, Int16, Int32)
Constructor for class StatusValueRows.IdxExtra1IdIsSignalledStatusDefId This class represents index 'IExtra1_idIsSignalledStatusDef_id'.
Declaration
public IdxExtra1IdIsSignalledStatusDefId(int extra1Id, short isSignalled, int statusDefId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | extra1Id | |
Int16 | isSignalled | |
Int32 | statusDefId |
Properties
Extra1Id
Spare ID for future links
Declaration
public int Extra1Id { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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
IsSignalled
1 = this status is 'true', and the GUI should display it
Declaration
public short IsSignalled { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
StatusDefId
Link to statusdefinition
Declaration
public int StatusDefId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
UpdateRow(TableRowBase)
Update the StatusValueRow 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 StatusValueRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)