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