Show / Hide Table of Contents

Class ClassifierConfigurator<TRuntimeElement>

A classifier configurator.

Inheritance
System.Object
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>
ClassifierConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>
ClassifierConfigurator<TRuntimeElement>
Implements
IRuntimeModelElementConfigurator<IClassifier, TRuntimeElement>
IRuntimeModelElementConfigurator
IElementConfigurator
Inherited Members
ClassifierConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.WithProperty(String, Action<PropertyConfigurator>)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.IElementConfigurator.Configure(IModelConstructionContext, INamedElement)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.Configure(IModelConstructionContext, IClassifier)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.AddMember(INamedElement)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.AddMember(Object)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.AddAttribute<TAttribute>()
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.IRuntimeModelElementConfigurator.AddMember(INamedElement)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.IRuntimeModelElementConfigurator.AddMember(Object)
RuntimeModelElementConfiguratorBase<IClassifier, TRuntimeElement, ClassifierConfigurator<TRuntimeElement>>.AddConfiguration(Action<IModelConstructionContext, IClassifier>)
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.

Implements

IRuntimeModelElementConfigurator<TElement, TRuntimeElement>
IRuntimeModelElementConfigurator
IElementConfigurator

Extension Methods

DynamicObjectExtensions.SetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.GetPropertyValue(Object, String)
DynamicObjectExtensions.TryGetPropertyValue(Object, String, out Object)
DynamicObjectExtensions.GetRuntimeTypeInfo(Object)
DynamicObjectExtensions.ToDynamic(Object)
DynamicObjectExtensions.ToExpando(Object)
BehaviorValue.ToBehaviorValue<TValue>(TValue)
CollectionExtensions.AddRange<T, TItem>(T, IEnumerable<TItem>)
LoggingExtensions.GetLogger(Object, IContext)
TypeExtensions.GetAbstractType(Object)
TypeExtensions.GetAbstractTypeInfo(Object)
ReflectionHelper.GetTypeInfo(Object)
EntityEntryExtensions.TryGetAttachedEntityEntry(Object)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX