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