Class ParameterConstructor
A parameter constructor.
Inheritance
System.Object
    
    
    ParameterConstructor
  Implements
Inherited Members
      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>, IRuntimeModelElementConstructorMethods
| Improve this Doc View SourceTryCreateModelElementCore(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  | 
Overrides
Kephas.Model.Runtime.Construction.NamedElementConstructorBase<Kephas.Model.Elements.Parameter, Kephas.Model.IParameter, Kephas.Runtime.IRuntimeParameterInfo>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, Kephas.Runtime.IRuntimeParameterInfo)