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