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