Show / Hide Table of Contents

Class MixinAnnotationConstructor

A mixin annotation constructor.

Inheritance
System.Object
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>
AnnotationConstructorBase<MixinAnnotation, MixinAttribute>
MixinAnnotationConstructor
Implements
IRuntimeModelElementConstructor<MixinAnnotation, IAnnotation, MixinAttribute>
IRuntimeModelElementConstructor
Inherited Members
AnnotationConstructorBase<MixinAnnotation, MixinAttribute>.AnnotationDiscriminator
AnnotationConstructorBase<MixinAnnotation, MixinAttribute>.ElementNameDiscriminator
AnnotationConstructorBase<MixinAnnotation, MixinAttribute>.TryComputeNameCore(Object)
AnnotationConstructorBase<MixinAnnotation, MixinAttribute>.ConstructModelElementContent(IModelConstructionContext, MixinAttribute, MixinAnnotation)
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>.ElementNameDiscriminator
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>.TryCreateModelElement(IModelConstructionContext, Object)
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>.TryComputeName(IModelConstructionContext, Object)
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>.CanCreateModelElement(IModelConstructionContext, MixinAttribute)
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>.TryCreateModelElementCore(IModelConstructionContext, MixinAttribute)
NamedElementConstructorBase<MixinAnnotation, IAnnotation, MixinAttribute>.ConstructModelElementContent(IModelConstructionContext, MixinAttribute, MixinAnnotation)
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 Source

Instance

The static instance of the MixinAnnotationConstructor.

Declaration
public static readonly MixinAnnotationConstructor Instance
Field Value
Type Description
MixinAnnotationConstructor

Methods

| Improve this Doc View Source

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

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)

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