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