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