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