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