Class FormRows.IdxResponseShipmentId
Class representing index 'IDXFormResponse_shipment_id'.
Inheritance
FormRows.IdxResponseShipmentId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class FormRows.IdxResponseShipmentId : FormRows.FormRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxResponseShipmentId(int)
Constructor for class FormRows.IdxResponseShipmentId This class represents index 'IDXFormResponse_shipment_id'.
Declaration
public IdxResponseShipmentId(int responseShipmentId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | responseShipmentId |
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
ResponseShipmentId
The id of the s_shipment that is used to send the response mails
Declaration
public int ResponseShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the FormRow 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 FormRow. |