Show / Hide Table of Contents

Class ClassifierConfiguratorBase<TElement, TRuntimeElement, TConfigurator>

A classifier configurator.

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

WithProperty(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.

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