Show / Hide Table of Contents

Class PropertyConstructor

Factory class for runtime property information.

Inheritance
System.Object
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>
ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>
PropertyConstructor
Implements
IRuntimeModelElementConstructor<Property, IProperty, IRuntimePropertyInfo>
IRuntimeModelElementConstructor
Inherited Members
ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.ConstructModelElementContent(IModelConstructionContext, IRuntimePropertyInfo, Property)
ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.ComputeMembers(IModelConstructionContext, IRuntimePropertyInfo)
ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.ComputeMemberAnnotations(IModelConstructionContext, IRuntimePropertyInfo)
ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.ComputeMemberProperties(IModelConstructionContext, IRuntimePropertyInfo)
ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.ComputeMemberMethods(IModelConstructionContext, IRuntimePropertyInfo)
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.ElementNameDiscriminator
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.TryCreateModelElement(IModelConstructionContext, Object)
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.TryComputeName(IModelConstructionContext, Object)
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.CanCreateModelElement(IModelConstructionContext, IRuntimePropertyInfo)
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.TryCreateModelElementCore(IModelConstructionContext, IRuntimePropertyInfo)
NamedElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>.TryComputeNameCore(Object)
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.Construction
Assembly: Kephas.Model.dll
Syntax
[ProcessingPriority(Priority.Low)]
public class PropertyConstructor : ModelElementConstructorBase<Property, IProperty, IRuntimePropertyInfo>, IRuntimeModelElementConstructor<Property, IProperty, IRuntimePropertyInfo>, IRuntimeModelElementConstructor

Methods

| Improve this Doc View Source

TryCreateModelElementCore(IModelConstructionContext, IRuntimePropertyInfo)

Core implementation of trying to get the element information.

Declaration
protected override Property TryCreateModelElementCore(IModelConstructionContext constructionContext, IRuntimePropertyInfo runtimeElement)
Parameters
Type Name Description
IModelConstructionContext constructionContext

Context for the construction.

IRuntimePropertyInfo runtimeElement

The runtime element.

Returns
Type Description
Property

A new element information based on the provided runtime element information, or null if the runtime element information is not supported.

Overrides
Kephas.Model.Runtime.Construction.NamedElementConstructorBase<Kephas.Model.Elements.Property, Kephas.Model.IProperty, Kephas.Runtime.IRuntimePropertyInfo>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, Kephas.Runtime.IRuntimePropertyInfo)

Implements

IRuntimeModelElementConstructor<TModel, TModelContract, TRuntime>
IRuntimeModelElementConstructor

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