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