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