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