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