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