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