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