Click or drag to resize

SimpleElementSimpleElementAttributes Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An IDictionary implementation using a ListDictionary that supports only strings for keys and IXmlValue for values.
Inheritance Hierarchy
SystemObject
  Tangosol.Run.XmlSimpleElementSimpleElementAttributes

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected class SimpleElementAttributes : IDictionary, 
	ICollection, IEnumerable, ICloneable

The SimpleElementSimpleElementAttributes type exposes the following members.

Constructors
  NameDescription
Public methodSimpleElementSimpleElementAttributes
Create new SimpleElementAttributes instance with specified parent.
Top
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.
Top
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