Properties Methods |
The Properties type exposes the following members.
Name | Description | |
---|---|---|
Clone | Creates a deep clone of this Properties container. | |
Contains | Gets whether this properties instance contains any entry (value, list, or nested container) with the specified key. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Get(String, Properties) | Obsolete. | |
GetT(String, T) | Retrieves a single element from this Properties-container. | |
GetT(String, T) | Obsolete. | |
GetT(String, ArrayList) | Obsolete. | |
GetT(String, ListT) | Obsolete. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetListT | Retrieves the list of items stored with the specified key. If no entry with the specified key exists, this method returns an empty list. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Load(FileName) | ||
Load(XElement) | ||
NestedProperties | Retrieves a nested property container; creating a new one on demand. Multiple calls to this method will return the same instance (unless the entry at this key is overwritten by one of the Set-methods). Changes performed on the nested container will be persisted together with the parent container. | |
Remove | Removes the entry (value, list, or nested container) with the specified key. | |
Save | ||
Save(FileName) | ||
Set(String, Properties) | Obsolete. | |
SetT(String, T) | Sets a single element in this Properties-container. The element will be serialized using a TypeConverter if possible, or XAML serializer otherwise. | |
SetT(String, T) | Obsolete. | |
SetT(String, ArrayList) | Obsolete. | |
SetT(String, ListT) | Obsolete. | |
SetListT | Sets a list of elements in this Properties-container. The elements will be serialized using a TypeConverter if possible, or XAML serializer otherwise. | |
SetNestedProperties | Attaches the specified properties container as nested properties. This method is intended to be used in conjunction with the IMementoCapable pattern where a new unattached properties container is created and then later attached to a parent container. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |