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