Class EmailRows.IdxEmailAddress
Class representing index 'IDXEmailEmail_address'.
Inheritance
EmailRows.IdxEmailAddress
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EmailRows.IdxEmailAddress : EmailRows.EmailRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxEmailAddress(string)
Constructor for class EmailRows.IdxEmailAddress This class represents index 'IDXEmailEmail_address'.
Declaration
public IdxEmailAddress(string emailAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| string | emailAddress |
IdxEmailAddress(string, StringSearchType)
Constructor for class EmailRows.IdxEmailAddress This class represents index 'IDXEmailEmail_address'.
Declaration
public IdxEmailAddress(string emailAddress, StringSearchType emailAddressSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | emailAddress | |
| StringSearchType | emailAddressSearchType | How to search for EmailAddress |
Properties
EmailAddress
The address itself
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 EmailRow 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 EmailRow. |