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