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