Class AspectAnnotationConstructor
An aspect annotation constructor.
Inheritance
System.Object
AspectAnnotationConstructor
Implements
Inherited Members
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.ElementNameDiscriminator
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
public class AspectAnnotationConstructor : AnnotationConstructorBase<AspectAnnotation, AspectAttribute>, IRuntimeModelElementConstructor<AspectAnnotation, IAnnotation, AspectAttribute>, IRuntimeModelElementConstructor
Fields
| Improve this Doc View SourceInstance
The static instance of the MixinAnnotationConstructor.
Declaration
public static readonly AspectAnnotationConstructor Instance
Field Value
Type | Description |
---|---|
AspectAnnotationConstructor |
Methods
| Improve this Doc View SourceTryCreateModelElementCore(IModelConstructionContext, AspectAttribute)
Core implementation of trying to get the element information.
Declaration
protected override AspectAnnotation TryCreateModelElementCore(IModelConstructionContext constructionContext, AspectAttribute runtimeElement)
Parameters
Type | Name | Description |
---|---|---|
IModelConstructionContext | constructionContext | Context for the construction. |
AspectAttribute | runtimeElement | The runtime element. |
Returns
Type | Description |
---|---|
AspectAnnotation | A new element information based on the provided runtime element information, or |
Overrides
Kephas.Model.Runtime.Construction.NamedElementConstructorBase<Kephas.Model.Elements.Annotations.AspectAnnotation, Kephas.Model.IAnnotation, Kephas.Model.AttributedModel.AspectAttribute>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, Kephas.Model.AttributedModel.AspectAttribute)