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