Class ClassifierConfiguratorBase<TElement, TRuntimeElement, TConfigurator>
A classifier configurator.
Inheritance
System.Object
RuntimeModelElementConfiguratorBase<TElement, TRuntimeElement, TConfigurator>
ClassifierConfiguratorBase<TElement, TRuntimeElement, TConfigurator>
Implements
IRuntimeModelElementConfigurator<TElement, TRuntimeElement>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Model.Runtime.Configuration
Assembly: Kephas.Model.dll
Syntax
public abstract class ClassifierConfiguratorBase<TElement, TRuntimeElement, TConfigurator> : RuntimeModelElementConfiguratorBase<TElement, TRuntimeElement, TConfigurator>, IRuntimeModelElementConfigurator<TElement, TRuntimeElement>, IRuntimeModelElementConfigurator, IElementConfigurator where TElement : IClassifier where TConfigurator : IRuntimeModelElementConfigurator<TElement, TRuntimeElement>
Type Parameters
Name | Description |
---|---|
TElement | Type of the element. |
TRuntimeElement | Type of the runtime element. |
TConfigurator | Type of the configurator. |
Methods
| Improve this Doc View SourceWithProperty(String, Action<PropertyConfigurator>)
Configures the provided property.
Declaration
public TConfigurator WithProperty(string propertyName, Action<PropertyConfigurator> propertyConfig)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Name of the property. |
System.Action<PropertyConfigurator> | propertyConfig | The property configuration. |
Returns
Type | Description |
---|---|
TConfigurator | This configurator. |