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