Interface IPluginService
Namespace: Casewhere.Runtime.DSL.Services
Assembly: Casewhere.Runtime.dll
public interface IPluginService
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IPluginService>(IPluginService)
Methods
GetPlugins()
IList<DslPlugin> GetPlugins()
Returns
GetPluginsByProduct(string)
IList<DslPlugin> GetPluginsByProduct(string productName)
Parameters
productName
string