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