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