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