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