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