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