Class SLinkCustomerStaticalRows.IdxShipmentIdEmail
Class representing index 'IShipment_idEmail'.
Inheritance
SLinkCustomerStaticalRows.IdxShipmentIdEmail
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SLinkCustomerStaticalRows.IdxShipmentIdEmail : SLinkCustomerStaticalRows.SLinkCustomerStaticalRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxShipmentIdEmail(int, string)
Constructor for class SLinkCustomerStaticalRows.IdxShipmentIdEmail This class represents index 'IShipment_idEmail'.
Declaration
public IdxShipmentIdEmail(int shipmentId, string email)
Parameters
| Type | Name | Description |
|---|---|---|
| int | shipmentId | |
| string |
IdxShipmentIdEmail(int, string, StringSearchType)
Constructor for class SLinkCustomerStaticalRows.IdxShipmentIdEmail This class represents index 'IShipment_idEmail'.
Declaration
public IdxShipmentIdEmail(int shipmentId, string email, StringSearchType emailSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | shipmentId | |
| string | ||
| StringSearchType | emailSearchType | How to search for Email |
Properties
The email address of the bounced email
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 the customer received.
Declaration
public int ShipmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the SLinkCustomerStaticalRow 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 SLinkCustomerStaticalRow. |