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