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