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