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