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