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