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