Class SShipmentAddrRows.IdxStatusShipmentId
Class representing index 'IStatusShipment_id'.
Inheritance
SShipmentAddrRows.IdxStatusShipmentId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SShipmentAddrRows.IdxStatusShipmentId : SShipmentAddrRows.SShipmentAddrRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxStatusShipmentId(ShipmentAddrStatus, int)
Constructor for class SShipmentAddrRows.IdxStatusShipmentId This class represents index 'IStatusShipment_id'.
Declaration
public IdxStatusShipmentId(ShipmentAddrStatus status, int shipmentId)
Parameters
| Type | Name | Description |
|---|---|---|
| ShipmentAddrStatus | status | |
| int | 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 |
|---|---|
| int |
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. |