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