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