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