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