Class PropertyConfigurator<TPropertyType>
A property configurator.
Inheritance
System.Object
    
    
    PropertyConfigurator<TPropertyType>
  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.Configuration
Assembly: Kephas.Model.dll
Syntax
public class PropertyConfigurator<TPropertyType> : PropertyConfigurator, IRuntimeModelElementConfigurator<IProperty, IPropertyInfo>, IRuntimeModelElementConfigurator, IElementConfiguratorType Parameters
| Name | Description | 
|---|---|
| TPropertyType | The property type. |