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