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