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