Class SLinkCustomerStaticalRows.IdxShipmentIdEmail
Class representing index 'IShipment_idEmail'.
Inheritance
IdxBase
IdxBase<SLinkCustomerStaticalTableInfo>
SLinkCustomerStaticalRow.SLinkCustomerStaticalRowIdxBase
SLinkCustomerStaticalRows.SLinkCustomerStaticalRowsIdx
SLinkCustomerStaticalRows.IdxShipmentIdEmail
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxShipmentIdEmail : SLinkCustomerStaticalRows.SLinkCustomerStaticalRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxShipmentIdEmail(Int32, String)
Constructor for class SLinkCustomerStaticalRows.IdxShipmentIdEmail This class represents index 'IShipment_idEmail'.
Declaration
public IdxShipmentIdEmail(int shipmentId, string email)
Parameters
Type | Name | Description |
---|---|---|
Int32 | shipmentId | |
String |
IdxShipmentIdEmail(Int32, 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 |
---|---|---|
Int32 | 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 |
---|---|
Int32 |
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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)