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