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