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