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