DocumentProperty Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the persistent value of a property.
The DocumentProperty type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DocumentProperty class.
Top
Methods
Name
Description
Converts the property to a string.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Returns a value indicating whether the values of this property and the specified property are considered to be equivalent. (Overrides DocumentNode.EquivalentTo(DocumentNode).)
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.)
Returns a value indicating whether this property is an ordered type.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the attributes associated with this property.
When overridden in a derived class, gets the context to use when converting the property from a value to a string.
When overridden in a derived class, gets the property descriptor associated with this property.
When overridden in a derived class, gets the identity of the node. (Inherited from DocumentNode.)
When overridden in a derived class, gets a value indicating whether this property value is composite.
Gets a value indicating whether items in the Items enumeration are ordered.
When overridden in a derived class, gets a list of items contained by this property.
When overridden in a derived class, gets a simple name for the property.
When overridden in a derived class, gets the type of the property.
Gets the value of the property as a string.
When overridden in a derived class, gets the value of the property.
Gets the value serializer associated with this property.
Top