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