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