The following tables list the members exposed by PropertyValue.
Name | Description | |
---|---|---|
PropertyValue Constructor | Provided an instance of an object and the name of a property/field this object allows you to set/get the value in that property/field |
Name | Description | |
---|---|---|
Name | Returns the name of the property/field (Inherited from CSharpTest.Net.Reflection.PropertyType) | |
Type | Returns the type of the property/field (Inherited from CSharpTest.Net.Reflection.PropertyType) | |
Value | Gets or sets the value of the property |
Name | Description | |
---|---|---|
GetCustomAttributes | Overloaded. Returns an array of all of the custom attributes defined on this member, excluding named attributes, or an empty array if there are no custom attributes. (Inherited from CSharpTest.Net.Reflection.PropertyType) | |
GetValue | Returns the value of the property for the specified instance (Inherited from CSharpTest.Net.Reflection.PropertyType) | |
IsDefined | Indicates whether one or more instance of attributeType is defined on this member. (Inherited from CSharpTest.Net.Reflection.PropertyType) | |
SetValue | Sets the specified value for the instance supplied (Inherited from CSharpTest.Net.Reflection.PropertyType) | |
TraverseProperties | Walks a heirarchy of properties from the given type down. You can specify in any of the following ways: "ClientRectangle.X", "ClientRectangle/X" |