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