Show / Hide Table of Contents

Class PropertyConfigurator<TPropertyType>

A property configurator.

Inheritance
System.Object
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>
PropertyConfigurator
PropertyConfigurator<TPropertyType>
Implements
IRuntimeModelElementConfigurator<IProperty, IPropertyInfo>
IRuntimeModelElementConfigurator
IElementConfigurator
Inherited Members
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.IElementConfigurator.Configure(IModelConstructionContext, INamedElement)
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.Configure(IModelConstructionContext, IProperty)
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.AddMember(INamedElement)
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.AddMember(Object)
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.AddAttribute<TAttribute>()
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.IRuntimeModelElementConfigurator.AddMember(INamedElement)
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.IRuntimeModelElementConfigurator.AddMember(Object)
RuntimeModelElementConfiguratorBase<IProperty, IPropertyInfo, PropertyConfigurator>.AddConfiguration(Action<IModelConstructionContext, IProperty>)
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 class PropertyConfigurator<TPropertyType> : PropertyConfigurator, IRuntimeModelElementConfigurator<IProperty, IPropertyInfo>, IRuntimeModelElementConfigurator, IElementConfigurator
Type Parameters
Name Description
TPropertyType

The property type.

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