| AbstractElementActivatorFactoryRegisterElements Method |
Associate element`s name with a factory. Then this factory will be used to activate those elements on the model.
Namespace: FlexRuleAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxprotected void RegisterElements(
params string[] elements
)
Parameters
- elements
- Type: SystemString
Name of elements to be registered
See Also