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