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