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