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