Show / Hide Table of Contents

Class ParameterConstructor

A parameter constructor.

Inheritance
System.Object
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>
ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>
ParameterConstructor
Implements
IRuntimeModelElementConstructor<Parameter, IParameter, IRuntimeParameterInfo>
IRuntimeModelElementConstructor
Inherited Members
ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.ConstructModelElementContent(IModelConstructionContext, IRuntimeParameterInfo, Parameter)
ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.ComputeMembers(IModelConstructionContext, IRuntimeParameterInfo)
ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.ComputeMemberAnnotations(IModelConstructionContext, IRuntimeParameterInfo)
ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.ComputeMemberProperties(IModelConstructionContext, IRuntimeParameterInfo)
ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.ComputeMemberMethods(IModelConstructionContext, IRuntimeParameterInfo)
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.ElementNameDiscriminator
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.TryCreateModelElement(IModelConstructionContext, Object)
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.TryComputeName(IModelConstructionContext, Object)
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.CanCreateModelElement(IModelConstructionContext, IRuntimeParameterInfo)
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.TryCreateModelElementCore(IModelConstructionContext, IRuntimeParameterInfo)
NamedElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>.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
Assembly: Kephas.Model.dll
Syntax
[ProcessingPriority(Priority.Low)]
public class ParameterConstructor : ModelElementConstructorBase<Parameter, IParameter, IRuntimeParameterInfo>, IRuntimeModelElementConstructor<Parameter, IParameter, IRuntimeParameterInfo>, IRuntimeModelElementConstructor

Methods

| Improve this Doc View Source

TryCreateModelElementCore(IModelConstructionContext, IRuntimeParameterInfo)

Core implementation of trying to get the element information.

Declaration
protected override Parameter TryCreateModelElementCore(IModelConstructionContext constructionContext, IRuntimeParameterInfo runtimeElement)
Parameters
Type Name Description
IModelConstructionContext constructionContext

Context for the construction.

IRuntimeParameterInfo runtimeElement

The runtime element.

Returns
Type Description
Parameter

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.Parameter, Kephas.Model.IParameter, Kephas.Runtime.IRuntimeParameterInfo>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, Kephas.Runtime.IRuntimeParameterInfo)

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