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