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