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