Class ClassifierConstructor
A constructor for generic classifiers. This class cannot be inherited.
Inheritance
System.Object
    
    
    
    ClassifierConstructor
  Implements
Inherited Members
      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 sealed class ClassifierConstructor : ClassifierConstructorBase<Classifier, IClassifier>, IRuntimeModelElementConstructor<Classifier, IClassifier, IRuntimeTypeInfo>, IRuntimeModelElementConstructorMethods
| Improve this Doc View SourceCanCreateModelElement(IModelConstructionContext, IRuntimeTypeInfo)
Determines whether a model element can be created for the provided runtime element.
Declaration
protected override bool CanCreateModelElement(IModelConstructionContext constructionContext, IRuntimeTypeInfo runtimeElement)Parameters
| Type | Name | Description | 
|---|---|---|
| IModelConstructionContext | constructionContext | Context for the construction. | 
| IRuntimeTypeInfo | runtimeElement | The runtime element. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
Overrides
Kephas.Model.Runtime.Construction.ClassifierConstructorBase<Kephas.Model.Elements.Classifier, Kephas.Model.IClassifier>.CanCreateModelElement(Kephas.Model.Construction.IModelConstructionContext, Kephas.Runtime.IRuntimeTypeInfo)
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TryCreateModelElementCore(IModelConstructionContext, IRuntimeTypeInfo)
Core implementation of trying to get the element information.
Declaration
protected override Classifier TryCreateModelElementCore(IModelConstructionContext constructionContext, IRuntimeTypeInfo runtimeElement)Parameters
| Type | Name | Description | 
|---|---|---|
| IModelConstructionContext | constructionContext | Context for the construction. | 
| IRuntimeTypeInfo | runtimeElement | The runtime element. | 
Returns
| Type | Description | 
|---|---|
| Classifier | A new element information based on the provided runtime element information, or  | 
Overrides
Kephas.Model.Runtime.Construction.NamedElementConstructorBase<Kephas.Model.Elements.Classifier, Kephas.Model.IClassifier, Kephas.Runtime.IRuntimeTypeInfo>.TryCreateModelElementCore(Kephas.Model.Construction.IModelConstructionContext, Kephas.Runtime.IRuntimeTypeInfo)