Interface IElementConfigurator
Contract for model element configurators.
Namespace: Kephas.Model.Configuration
Assembly: Kephas.Model.dll
Syntax
public interface IElementConfigurator
Methods
| Improve this Doc View SourceConfigure(IModelConstructionContext, INamedElement)
Configures the model element provided.
Declaration
void Configure(IModelConstructionContext constructionContext, INamedElement element)
Parameters
Type | Name | Description |
---|---|---|
IModelConstructionContext | constructionContext | The construction context. |
INamedElement | element | The model element to be configured. |