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