Click or drag to resize

SimpleElementAttributes Methods

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The SimpleElementSimpleElementAttributes 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 ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it 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 ObjectGetHashCode.)
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.)
Top
See Also