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