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