Class EmailItemRows.IdxServerIdentifier
Class representing index 'IDXEmail_itemServer_identifie'.
Inheritance
EmailItemRows.IdxServerIdentifier
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EmailItemRows.IdxServerIdentifier : EmailItemRows.EmailItemRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxServerIdentifier(string)
Constructor for class EmailItemRows.IdxServerIdentifier This class represents index 'IDXEmail_itemServer_identifier'.
Declaration
public IdxServerIdentifier(string serverIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serverIdentifier |
IdxServerIdentifier(string, StringSearchType)
Constructor for class EmailItemRows.IdxServerIdentifier This class represents index 'IDXEmail_itemServer_identifier'.
Declaration
public IdxServerIdentifier(string serverIdentifier, StringSearchType serverIdentifierSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | serverIdentifier | |
| StringSearchType | serverIdentifierSearchType | How to search for ServerIdentifier |
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
ServerIdentifier
Server identifier of this email item (GraphApi uses string Id's)
Declaration
public string ServerIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the EmailItemRow 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 EmailItemRow. |