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