IAutomationFactoryDefaultProvider
is defined in the Telligent.Evolution.Extensibility.Automation.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IAutomationFactoryDefaultProvider : IPlugin { Guid AutomationFactoryDefaultIdentifier { get; } void SetController(IAutomationFactoryDefaultController controller); }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AutomationFactoryDefaultIdentifier | Guid |
Methods
void SetController(IAutomationFactoryDefaultController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | IAutomationFactoryDefaultController | Controller | Required |