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