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