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