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