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