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