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