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