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