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