Class WebhookSoftTriggerPlugin
Created by plugin system.
Implements
Namespace: SuperOffice.CRM.Webhooks
Assembly: SoDataBase.dll
Syntax
[SoftTriggerPlugin("WebhookSoftTriggerPlugin")]
public class WebhookSoftTriggerPlugin : Object, ISoftTriggerPlugin, IPlugin
Constructors
WebhookSoftTriggerPlugin()
Created by plugin system.
Declaration
public WebhookSoftTriggerPlugin()
Fields
Name
Created by plugin system.
Declaration
public const string Name = "WebhookSoftTriggerPlugin"
Field Value
Type | Description |
---|---|
String |
Methods
Initialize(SoftTrigger)
Created by plugin system.
Declaration
public void Initialize(SoftTrigger softTrigger)
Parameters
Type | Name | Description |
---|---|---|
SoftTrigger | softTrigger |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)