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