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