Class AttributeAnnotationConstructor
A default runtime factory for annotation information.
Inheritance
System.Object
AttributeAnnotationConstructor
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.Annotations
Assembly: Kephas.Model.dll
Syntax
[ProcessingPriority(Priority.Low)]
public class AttributeAnnotationConstructor : AnnotationConstructorBase<Annotation, Attribute>, IRuntimeModelElementConstructor<Annotation, IAnnotation, Attribute>, IRuntimeModelElementConstructor
Methods
| Improve this Doc View SourceTryCreateModelElementCore(IModelConstructionContext, Attribute)
Core implementation of trying to get the element information.
Declaration
protected override Annotation TryCreateModelElementCore(IModelConstructionContext constructionContext, Attribute runtimeElement)
Parameters
Type | Name | Description |
---|---|---|
IModelConstructionContext | constructionContext | Context for the construction. |
System.Attribute | runtimeElement | The runtime element. |
Returns
Type | Description |
---|---|
Annotation | A new element information based on the provided runtime element information, or |
Overrides
Kephas.Model.Runtime.Construction.NamedElementConstructorBase<Kephas.Model.Elements.Annotation, Kephas.Model.IAnnotation, System.Attribute>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, System.Attribute)