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