Class SShipmentAddrRows.IdxStatus
Class representing index 'IStatusShipment_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
IdxBase
IdxBase<SShipmentAddrTableInfo>
SShipmentAddrRow.SShipmentAddrRowIdxBase
SShipmentAddrRows.SShipmentAddrRowsIdx
SShipmentAddrRows.IdxStatus
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxStatus : SShipmentAddrRows.SShipmentAddrRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxStatus(ShipmentAddrStatus)
Constructor for class SShipmentAddrRows.IdxStatus This class represents index 'IStatusShipment_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxStatus(ShipmentAddrStatus status)
Parameters
Type | Name | Description |
---|---|---|
ShipmentAddrStatus | status |
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
Status
Status for sending to this particular recipient
Declaration
public ShipmentAddrStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ShipmentAddrStatus |
Methods
UpdateRow(TableRowBase)
Update the SShipmentAddrRow 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 SShipmentAddrRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)