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