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