PropertyAdapter Constructor

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the PropertyAdapter class.
public PropertyAdapter(IType declaringType, PropertyInfo property)

Parameters

declaringType IType
The declaring type of the property.
property PropertyInfo
The property to wrap.

Exceptions

ArgumentNullException
Thrown when declaringType or property is null.
ArgumentException
Thrown when property is not a property of declaringType.