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