Class WebhookSoftTriggerPlugin
Created by plugin system.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
[SoftTriggerPlugin("WebhookSoftTriggerPlugin")]
public class WebhookSoftTriggerPlugin : ISoftTriggerPlugin
Constructors
WebhookSoftTriggerPlugin(IWebhookManager, ILogger<WebhookSoftTriggerPlugin>)
Created by plugin system.
Declaration
public WebhookSoftTriggerPlugin(IWebhookManager webhookManager, ILogger<WebhookSoftTriggerPlugin> logger)
Parameters
| Type | Name | Description |
|---|---|---|
| IWebhookManager | webhookManager | |
| ILogger<WebhookSoftTriggerPlugin> | logger |
Fields
Name
Created by plugin system.
Declaration
public const string Name = "WebhookSoftTriggerPlugin"
Field Value
| Type | Description |
|---|---|
| string |
Methods
AddField(Dictionary<string, object>, string, TableRowBase)
Created by plugin system.
Declaration
public static void AddField(Dictionary<string, object> fields, string fieldName, TableRowBase trb)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<string, object> | fields | |
| string | fieldName | |
| TableRowBase | trb |
Initialize(SoftTrigger)
Created by plugin system.
Declaration
public void Initialize(SoftTrigger softTrigger)
Parameters
| Type | Name | Description |
|---|---|---|
| SoftTrigger | softTrigger |