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