public CreatePhoneCallForNewLeadTask(IServiceProvider serviceProvider, IPluginServiceLocator pluginServiceLocator, ITaskContext taskContext) : base(serviceProvider, pluginServiceLocator, taskContext)
 {
     _postImage = ContextEntity;
     if (TaskContext.Message == "Update")
     {
         _postImage = GetPostImage();
     }
 }
Beispiel #2
0
 public override void Configure(IPluginServiceLocator services)
 {
     services.SettingsDeserialization.ClientSettingsType = typeof(ClientSettings);
 }
Beispiel #3
0
 /// <summary>
 /// Configures the services that will be used by this plugin.
 /// </summary>
 /// <param name="services">The default services that are used by this plugin.</param>
 public virtual void Configure(IPluginServiceLocator services)
 {
 }
Beispiel #4
0
 public ForbiddenNamesTask(IServiceProvider serviceProvider, IPluginServiceLocator pluginServiceLocator, ITaskContext taskContext) : base(serviceProvider, pluginServiceLocator, taskContext)
 {
 }
 /// <summary>
 /// Optional override of Configure method if you want to add your own plugin utilities
 /// or to set custom options on existing ones.
 /// </summary>
 /// <param name="services">The strongly typed services.</param>
 public override void Configure(IPluginServiceLocator services)
 {
     //services.SettingsDeserialization.ClientSettingsType = typeof(MyClientSettings);
     //services.SettingsEncryptor.EncryptionKey = "MyCustomKey";
 }
 public override void Configure(IPluginServiceLocator services)
 {
     services.SettingsDeserialization.ClientSettingsType = typeof(ClientSettings);
 }
Beispiel #7
0
 /// <summary>
 /// Override the Configure class to set any custom settings or services that your plugin may need.
 /// </summary>
 /// <param name="services"></param>
 public override void Configure(IPluginServiceLocator services)
 {
     // this sets a custom key that you can then use to decrypt any encrypted custom settings with
     services.SettingsEncryptor.EncryptionKey = "HelloWorldKey";
 }
 /// <summary>
 /// Configures the services that will be used by this plugin.
 /// </summary>
 /// <param name="services">The default services that are used by this plugin.</param>
 public virtual void Configure(IPluginServiceLocator services)
 {
 }
Beispiel #9
0
 public LogEmailAddressChangeTask(IServiceProvider serviceProvider, IPluginServiceLocator pluginServiceLocator, ITaskContext taskContext) : base(serviceProvider, pluginServiceLocator, taskContext)
 {
 }
Beispiel #10
0
 public override void Configure(IPluginServiceLocator services)
 {
 }
 public ScoreLeadTask(IServiceProvider serviceProvider, IPluginServiceLocator pluginServiceLocator, ITaskContext taskContext) : base(serviceProvider, pluginServiceLocator, taskContext)
 {
 }
 public override void Configure(IPluginServiceLocator services)
 {
 }
 public ExceptionTask(IServiceProvider serviceProvider, IPluginServiceLocator pluginServiceLocator, ITaskContext taskContext) : base(serviceProvider, pluginServiceLocator, taskContext)
 {
 }
 /// <summary>
 /// Optional override of Configure method if you want to add your own plugin utilities or to set custom options on existing ones.
 /// </summary>
 /// <param name="services">The strongly typed services.</param>
 public override void Configure(IPluginServiceLocator services)
 {
     services.SettingsEncryptor.EncryptionKey = "MyCustomKey";
 }
Beispiel #15
0
 /// <summary>
 /// Optional override of Configure method if you want to add your own plugin utilities
 /// or to set custom options on existing ones.
 /// </summary>
 /// <param name="services">The strongly typed services.</param>
 public override void Configure(IPluginServiceLocator services)
 {
     services.SettingsEncryptor.EncryptionKey = "MyCustomKey";
 }
 /// <summary>
 /// Optional override of Configure method if you want to add your own plugin utilities
 /// or to set custom options on existing ones.
 /// </summary>
 /// <param name="services">The strongly typed services.</param>
 public override void Configure(IPluginServiceLocator services)
 {
     // services.SettingsEncryptor.EncryptionKey = "OpenAllKey";
 }
Beispiel #17
0
 /// <summary>
 /// Optional override of Configure method if you want to add your own plugin utilities
 /// or to set custom options on existing ones.
 /// </summary>
 /// <param name="services">The strongly typed services.</param>
 public override void Configure(IPluginServiceLocator services)
 {
     services.SettingsEncryptor.EncryptionKey = "24UyHkTsLvxtq2CoI6er";
 }