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