Class ClassifierConfigurator<TRuntimeElement>
A classifier configurator.
Inheritance
System.Object
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>
ClassifierConfigurator<TRuntimeElement>
Implements
IRuntimeModelElementConfigurator<IClassifier, 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 ClassifierConfigurator<TRuntimeElement> : ClassifierConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>, IRuntimeModelElementConfigurator<IClassifier, TRuntimeElement>, IRuntimeModelElementConfigurator, IElementConfigurator
Type Parameters
Name | Description |
---|---|
TRuntimeElement | Type of the runtime element. |