Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The SimpleElement..::..SimpleElementAttributes type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the dictionary.
Protected methodCheckKey
Validates that specified key is string and is valid attribute name (IsNameValid(String).
Protected methodCheckMutable
Validates that the parent element is mutable, otherwise throws an InvalidOperationException.
Protected methodCheckValue
Validates that the valus is IXmlValue.
Public methodClear
Removes all elements from the dictionary.
Public methodClone
Creates and returns a copy of this dictionary.
Public methodContains
Determines whether this dictionary contains an element with the specified key.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular array index.
Public methodEquals
Compare this dictionary with another for equality.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Provide a hash value for this SimpleElementAttributes.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the element with the specified key from the dictionary.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also