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