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