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