Click or drag to resize

PropertyHierarchy Methods

The PropertyHierarchy type exposes the following members.

Methods
 NameDescription
Public methodAddBag Adds the bag. This bag will be added at the bottom of the hierarchy.
Public methodCloneCreates a new object that is a copy of the current instance.
Public methodCreateCopyWithOnlyTopmostBagCloned Creates a copy of this property hierarchy. The topmost bag is cloned, the other bags are only copied shallowly to the new hierarchy. This function is intended for use with the GUI system, where all properties in the hierarchy should be displayed, but only the topmost bag should be edited.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValueT(PropertyKeyT) Gets a property value.
Public methodGetValueT(PropertyKeyT, T) Gets a property value.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValueT(PropertyKeyT, T) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Public methodTryGetValueT(PropertyKeyT, T, IPropertyBag, PropertyBagInformation) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Public methodTryGetValueT(String, T, IPropertyBag, PropertyBagInformation) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Public methodTryGetValueT(String, Boolean, T, IPropertyBag, PropertyBagInformation) Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
Top
See Also