Class PropertyMapping
Abstract class for a mapping vs a property
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ImageVault.Client.Descriptors
Assembly: ImageVault.Client.dll
Syntax
public abstract class PropertyMapping
  Constructors
PropertyMapping()
Declaration
protected PropertyMapping()
  Properties
Property
The property to map to
Declaration
public PropertyInfo Property { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Reflection.PropertyInfo |