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