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