Interface IRuntimeModelElementConfigurator<TElement, TRuntimeElement>
Generic contract for model element configurators.
Inherited Members
Namespace: Kephas.Model.Runtime.Configuration
Assembly: Kephas.Model.dll
Syntax
[SingletonAppServiceContract(AllowMultiple = true, ContractType = typeof(IRuntimeModelElementConfigurator))]
public interface IRuntimeModelElementConfigurator<TElement, TRuntimeElement> : IRuntimeModelElementConfigurator, IElementConfiguratorType Parameters
| Name | Description | 
|---|---|
| TElement | The type of the element. | 
| TRuntimeElement | The type of the runtime element. |