Class PropertyMapping
Abstract class for a mapping vs a property
Inheritance
System.Object
PropertyMapping
Namespace: ImageVault.Client.Descriptors
Assembly: ImageVault.Client.dll
Syntax
public abstract class PropertyMapping : Object
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 |