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