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