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