SimpleElementSimpleElementAttributes Class |
Namespace: Tangosol.Run.Xml
protected class SimpleElementAttributes : IDictionary, ICollection, IEnumerable, ICloneable
The SimpleElementSimpleElementAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| SimpleElementSimpleElementAttributes |
Create new SimpleElementAttributes instance with specified
parent.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the collection.
| |
| IsFixedSize |
Gets a value indicating whether the dictionary object has a
fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the dictionary is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is
synchronized (thread safe).
| |
| Item |
Gets or sets the element with the specified key.
| |
| Keys |
Gets an ICollection object containing the keys of the
dictionary.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the
collection.
| |
| Values |
Gets an ICollection object containing the values of
the dictionary.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the
dictionary.
| |
| CheckKey |
Validates that specified key is string and is valid
attribute name (IsNameValid(String).
| |
| CheckMutable |
Validates that the parent element is mutable, otherwise
throws an InvalidOperationException.
| |
| CheckValue |
Validates that the valus is IXmlValue.
| |
| Clear |
Removes all elements from the dictionary.
| |
| Clone |
Creates and returns a copy of this dictionary.
| |
| Contains |
Determines whether this dictionary contains an element with
the specified key.
| |
| CopyTo |
Copies the elements of the ICollection to an
Array, starting at a particular array index.
| |
| Equals |
Compare this dictionary with another for equality.
(Overrides ObjectEquals(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.) | |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode |
Provide a hash value for this SimpleElementAttributes.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes the element with the specified key from the
dictionary.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |