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