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