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