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