Class EmailAccountRow.EmailAccountRowIdxBase
Abstract base class for accessors.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public abstract class EmailAccountRowIdxBase : IdxBase<EmailAccountTableInfo>, ICloneable, ISentryIgnorable
Constructors
EmailAccountRowIdxBase()
Declaration
protected EmailAccountRowIdxBase()
Properties
EmailAccountTableInfo
Get the EmailAccountTableInfo for the table that the selector covers
Declaration
[Obsolete("Use the inherited TableInfo property instead.", false)]
public EmailAccountTableInfo EmailAccountTableInfo { get; }
Property Value
Type | Description |
---|---|
EmailAccountTableInfo | Instance of EmailAccountTableInfo |
Methods
ToEmailAccountRow()
Operator converting an instance of EmailAccountRow.EmailAccountRowIdx to a EmailAccountRow.
This operator performs a select against the database.
Declaration
public EmailAccountRow ToEmailAccountRow()
Returns
Type | Description |
---|---|
EmailAccountRow | The result of the query against the database as a EmailAccountRow |
ToEmailAccountRow(ITableRowLoadHandler)
Operator converting an instance of EmailAccountRow.EmailAccountRowIdx to a EmailAccountRow.
This operator performs a select against the database.
Declaration
public EmailAccountRow ToEmailAccountRow(ITableRowLoadHandler handler)
Parameters
Type | Name | Description |
---|---|---|
ITableRowLoadHandler | handler |
Returns
Type | Description |
---|---|
EmailAccountRow | The result of the query against the database as a EmailAccountRow |
ToEmailAccountRows()
Operator converting an instance of
Declaration
public EmailAccountRows ToEmailAccountRows()
Returns
Type | Description |
---|---|
EmailAccountRows | The result of the query against the database as a EmailAccountRows |
ToEmailAccountRows(ITableRowLoadHandlerFactory)
Operator converting an instance of
Declaration
public EmailAccountRows ToEmailAccountRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type | Name | Description |
---|---|---|
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory | tableRowHandlerFactory | Factory for creating ITableRowLoadHandlers. |
Returns
Type | Description |
---|---|
EmailAccountRows | The result of the query against the database as a EmailAccountRows |
Operators
Implicit(EmailAccountRow.EmailAccountRowIdxBase to EmailAccountRow)
Operator converting an instance of EmailAccountRow.EmailAccountRowIdx to a EmailAccountRow.
This operator performs a select against the database.
Declaration
public static implicit operator EmailAccountRow(EmailAccountRow.EmailAccountRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
EmailAccountRow.EmailAccountRowIdxBase | pThis | The EmailAccountRow.EmailAccountRowIdx to convert |
Returns
Type | Description |
---|---|
EmailAccountRow | The result of the query against the database as a EmailAccountRow |
Implicit(EmailAccountRow.EmailAccountRowIdxBase to EmailAccountRows)
Operator converting an instance of
Declaration
public static implicit operator EmailAccountRows(EmailAccountRow.EmailAccountRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
EmailAccountRow.EmailAccountRowIdxBase | pThis | The |
Returns
Type | Description |
---|---|
EmailAccountRows | The result of the query against the database as a EmailAccountRows |