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