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