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