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