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