PropertyValue Members
Include Protected Members
Include Inherited Members
Represents the value of a property.
The PropertyValue type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the PropertyValue class.
Top
Methods
Name
Description
When overridden in a derived class, clears the value so that it is not set.
When overridden in a derived class, attempts to convert the specified String to an Object.
When overridden in a derived class, attempts to convert the specified Object to a String.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
When overridden in a derived class, returns the Object that should be returned by the Value property.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the RootValueChanged event.
Raises the SubPropertyChanged event.
Overloaded. Raises the PropertyChanged event.
Raises the PropertyValueException event.
When overridden in a derived class, sets the Value property to the specified Object.
Returns a string that represents the current object. (Inherited from Object.)
When overridden in a derived class, checks that the specified Object contains a valid value before setting the Value property to it.
Top
Properties
Name
Description
When overridden in a derived class, gets a value indicating whether Value can be converted from a string.
Gets a value indicating how to handle exceptions that occur during the get and set methods of the Value and StringValue properties.
When overridden in a derived class, gets a PropertyValueCollection of objects that represents the value of the PropertyValue.
When overridden in a derived class, gets a value indicating whether this property value supports sub-properties.
When overridden in a derived class, gets a value indicating whether this PropertyValue is a collection.
When overridden in a derived class, gets a value indicating whether the current Value is the default value for the property.
When overridden in a derived class, gets a value indicating whether this property value represents a property for multiple objects that have more than one value.
Gets the parent of this PropertyValue.
When overridden in a derived class, gets a PropertyValueSource that contains information about the source of this property value.
Gets or sets the value of this PropertyValue as a String.
When overridden in a derived class, gets the sub-properties of this property value.
Gets or sets the value of this PropertyValue.
Top
Events
Name
Description
Represents the method that handles the PropertyChanged event of the PropertyValue.
Represents the method that handles the PropertyValueException event of the PropertyValue.
Represents the method that handles the RootValueChanged event of the PropertyValue.
Represents the method that handles the SubPropertyChanged event of the PropertyValue.
Top