IElementActivatorRegistry Interface |
Namespace: FlexRule
public interface IElementActivatorRegistry : IServiceTypeRegistry<AbstractElementActivatorFactory>
The IElementActivatorRegistry type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetFactories |
Returns all the corresponding factories for a node
|
![]() | GetService |
Returns the registered service. If it is not registered yet it throws exception
(Inherited from IServiceTypeRegistryTService.) |
![]() | IsRegistered |
If type is registered returns true, otherwise false
(Inherited from IServiceTypeRegistryTService.) |
![]() | LoadAndRegister |
Loads the factory from loading context and registers it into the activator registry
(Inherited from IServiceTypeRegistryTService.) |
![]() | RegisterElement |
Registers an element and corresponding factory
|
![]() | RegisterFactory |
Registers all the elements for the factory into the activator registry
|