Property |
public class PropertyHierarchy : IReadOnlyPropertyBag, ICloneable
The PropertyHierarchy type exposes the following members.
Name | Description | |
---|---|---|
PropertyHierarchy | Initializes a new empty instance of the PropertyHierarchy class. | |
PropertyHierarchy(IEnumerablePropertyBagWithInformation) | Initializes a new instance of the PropertyHierarchy class. |
Name | Description | |
---|---|---|
Keys | Gets all property names in all bags currently present (unsorted). | |
TopmostBag | Gets the topmost bag. This is the bag that usually can be edited (i.e. values can be added, changed, or removed from this bag). | |
TopmostBagInformation | Gets the information about the topmost property bag. |
Name | Description | |
---|---|---|
AddBag | Adds the bag. This bag will be added at the bottom of the hierarchy. | |
Clone | ||
CreateCopyWithOnlyTopmostBagCloned | Creates a copy of this property hierarchy. The topmost bag is cloned, the other bags are only copyied (shallow) to the new hierarchy. This function is intended for use with the Gui system, were all properties in the hierarchy should be displayed, but only the topmost bag should be edited. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetValueT(PropertyKeyT) | Gets a property value. | |
GetValueT(PropertyKeyT, T) | Gets a property value. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TryGetValueT(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. | |
TryGetValueT(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. | |
TryGetValueT(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. | |
TryGetValueT(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. |