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