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