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