Class PropertyConstructor
Factory class for runtime property information.
Inheritance
System.Object
PropertyConstructor
Implements
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.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 SourceTryCreateModelElementCore(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 |
Overrides
Kephas.Model.Runtime.Construction.NamedElementConstructorBase<Kephas.Model.Elements.Property, Kephas.Model.IProperty, Kephas.Runtime.IRuntimePropertyInfo>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, Kephas.Runtime.IRuntimePropertyInfo)