Class EmailAccountRows.IdxEmailAddress
Class representing index 'IDXEmail_accountEmail_address'.
Inheritance
EmailAccountRows.IdxEmailAddress
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EmailAccountRows.IdxEmailAddress : EmailAccountRows.EmailAccountRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxEmailAddress(string)
Constructor for class EmailAccountRows.IdxEmailAddress This class represents index 'IDXEmail_accountEmail_address'.
Declaration
public IdxEmailAddress(string emailAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| string | emailAddress |
IdxEmailAddress(string, StringSearchType)
Constructor for class EmailAccountRows.IdxEmailAddress This class represents index 'IDXEmail_accountEmail_address'.
Declaration
public IdxEmailAddress(string emailAddress, StringSearchType emailAddressSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | emailAddress | |
| StringSearchType | emailAddressSearchType | How to search for EmailAddress |
Properties
EmailAddress
The From-address
Declaration
public string EmailAddress { 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
Methods
UpdateRow(TableRowBase)
Update the EmailAccountRow 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 EmailAccountRow. |