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