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