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