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