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