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