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