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.

Constructors

  NameDescription
Public methodSimpleElement..::..SimpleElementAttributes
Create new SimpleElementAttributes instance with specified parent.

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.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the collection.
Public propertyIsFixedSize
Gets a value indicating whether the dictionary object has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the dictionary is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection object containing the keys of the dictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Public propertyValues
Gets an ICollection object containing the values of the dictionary.

See Also