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