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