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