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