CSharpTest.Net
PropertyValue Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Reflection Namespace : PropertyValue Class


Glossary Item Box

The following tables list the members exposed by PropertyValue.

Public Constructors

 NameDescription
Public ConstructorPropertyValue ConstructorProvided 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  
Top

Public Properties

 NameDescription
Public PropertyNameReturns the name of the property/field (Inherited from CSharpTest.Net.Reflection.PropertyType)
Public PropertyTypeReturns the type of the property/field (Inherited from CSharpTest.Net.Reflection.PropertyType)
Public PropertyValueGets or sets the value of the property  
Top

Public Methods

 NameDescription
Public MethodGetCustomAttributesOverloaded. 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)
Public MethodGetValueReturns the value of the property for the specified instance (Inherited from CSharpTest.Net.Reflection.PropertyType)
Public MethodIsDefinedIndicates whether one or more instance of attributeType is defined on this member. (Inherited from CSharpTest.Net.Reflection.PropertyType)
Public MethodSetValueSets the specified value for the instance supplied (Inherited from CSharpTest.Net.Reflection.PropertyType)
Public Methodstatic (Shared in Visual Basic)TraversePropertiesWalks a heirarchy of properties from the given type down. You can specify in any of the following ways: "ClientRectangle.X", "ClientRectangle/X"  
Top

See Also

Generated with Document! X 2011 by Innovasys