PropertyInterceptionInfo Properties |
The PropertyInterceptionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildType |
Gets the Type of element. Returns null if the PropertyType is not a IEnumerable.
Returns an Object if the weaver was not able to detect the child type.
| |
| DeclaringType |
Gets the Type of the object where the property resides in
| |
| GetMethod |
Gets an object that provides information about the getter method
| |
| Instance |
Gets the instance of the declaring type. Will be null if the property is static
| |
| PropertyName |
Gets the name of the property
| |
| PropertyType |
Gets the type of the property
| |
| SetMethod |
Gets an object that provides information about the setter method
|