Class SShipmentAddrRows.IdxStatusShipmentId
Class representing index 'IStatusShipment_id'.
Inheritance
IdxBase
IdxBase<SShipmentAddrTableInfo>
SShipmentAddrRow.SShipmentAddrRowIdxBase
SShipmentAddrRows.SShipmentAddrRowsIdx
SShipmentAddrRows.IdxStatusShipmentId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxStatusShipmentId : SShipmentAddrRows.SShipmentAddrRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxStatusShipmentId(ShipmentAddrStatus, Int32)
Constructor for class SShipmentAddrRows.IdxStatusShipmentId This class represents index 'IStatusShipment_id'.
Declaration
public IdxStatusShipmentId(ShipmentAddrStatus status, int shipmentId)
Parameters
Type | Name | Description |
---|---|---|
ShipmentAddrStatus | status | |
Int32 | shipmentId |
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
ShipmentId
Which shipment this address belongs to
Declaration
public int ShipmentId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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)