Show / Hide Table of Contents

Class AspectAnnotationConstructor

An aspect annotation constructor.

Inheritance
System.Object
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>
AnnotationConstructorBase<AspectAnnotation, AspectAttribute>
AspectAnnotationConstructor
Implements
IRuntimeModelElementConstructor<AspectAnnotation, IAnnotation, AspectAttribute>
IRuntimeModelElementConstructor
Inherited Members
AnnotationConstructorBase<AspectAnnotation, AspectAttribute>.AnnotationDiscriminator
AnnotationConstructorBase<AspectAnnotation, AspectAttribute>.ElementNameDiscriminator
AnnotationConstructorBase<AspectAnnotation, AspectAttribute>.TryComputeNameCore(Object)
AnnotationConstructorBase<AspectAnnotation, AspectAttribute>.ConstructModelElementContent(IModelConstructionContext, AspectAttribute, AspectAnnotation)
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.ElementNameDiscriminator
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.TryCreateModelElement(IModelConstructionContext, Object)
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.TryComputeName(IModelConstructionContext, Object)
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.CanCreateModelElement(IModelConstructionContext, AspectAttribute)
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.TryCreateModelElementCore(IModelConstructionContext, AspectAttribute)
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.ConstructModelElementContent(IModelConstructionContext, AspectAttribute, AspectAnnotation)
NamedElementConstructorBase<AspectAnnotation, IAnnotation, AspectAttribute>.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 AspectAnnotationConstructor : AnnotationConstructorBase<AspectAnnotation, AspectAttribute>, IRuntimeModelElementConstructor<AspectAnnotation, IAnnotation, AspectAttribute>, IRuntimeModelElementConstructor

Fields

| Improve this Doc View Source

Instance

The static instance of the MixinAnnotationConstructor.

Declaration
public static readonly AspectAnnotationConstructor Instance
Field Value
Type Description
AspectAnnotationConstructor

Methods

| Improve this Doc View Source

TryCreateModelElementCore(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 null if the runtime element information is not supported.

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)

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