Click or drag to resize

RackConfigurationElementCollection Class

Represents a collection of RackConfigurationElement objects in a configuration file.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Topology
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public class RackConfigurationElementCollection : ConfigurationElementCollection

The RackConfigurationElementCollection type exposes the following members.

Constructors
  NameDescription
Public methodRackConfigurationElementCollection
Initializes a new instance of the RackConfigurationElementCollection class.
Top
Properties
  NameDescription
Protected propertyAddElementName (Inherited from ConfigurationElementCollection.)
Protected propertyClearElementName (Inherited from ConfigurationElementCollection.)
Public propertyCollectionType (Inherited from ConfigurationElementCollection.)
Public propertyCount (Inherited from ConfigurationElementCollection.)
Public propertyCurrentConfiguration (Inherited from ConfigurationElement.)
Public propertyElementInformation (Inherited from ConfigurationElement.)
Protected propertyElementName (Inherited from ConfigurationElementCollection.)
Protected propertyElementProperty (Inherited from ConfigurationElement.)
Public propertyEmitClear (Inherited from ConfigurationElementCollection.)
Protected propertyEvaluationContext (Inherited from ConfigurationElement.)
Protected propertyHasContext (Inherited from ConfigurationElement.)
Public propertyIsSynchronized (Inherited from ConfigurationElementCollection.)
Protected propertyItemConfigurationProperty (Inherited from ConfigurationElement.)
Public propertyItemInt32
Gets the element in the collection at the specified index.
Protected propertyItemString (Inherited from ConfigurationElement.)
Public propertyLockAllAttributesExcept (Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept (Inherited from ConfigurationElement.)
Public propertyLockAttributes (Inherited from ConfigurationElement.)
Public propertyLockElements (Inherited from ConfigurationElement.)
Public propertyLockItem (Inherited from ConfigurationElement.)
Protected propertyProperties (Inherited from ConfigurationElement.)
Protected propertyRemoveElementName (Inherited from ConfigurationElementCollection.)
Public propertySyncRoot (Inherited from ConfigurationElementCollection.)
Protected propertyThrowOnDuplicate (Inherited from ConfigurationElementCollection.)
Top
Methods
  NameDescription
Public methodAdd
Adds an element to the collection.
Protected methodBaseAdd(ConfigurationElement) (Inherited from ConfigurationElementCollection.)
Protected methodBaseAdd(ConfigurationElement, Boolean) (Inherited from ConfigurationElementCollection.)
Protected methodBaseAdd(Int32, ConfigurationElement) (Inherited from ConfigurationElementCollection.)
Protected methodBaseClear (Inherited from ConfigurationElementCollection.)
Protected methodBaseGet(Int32) (Inherited from ConfigurationElementCollection.)
Protected methodBaseGet(Object) (Inherited from ConfigurationElementCollection.)
Protected methodBaseGetAllKeys (Inherited from ConfigurationElementCollection.)
Protected methodBaseGetKey (Inherited from ConfigurationElementCollection.)
Protected methodBaseIndexOf (Inherited from ConfigurationElementCollection.)
Protected methodBaseIsRemoved (Inherited from ConfigurationElementCollection.)
Protected methodBaseRemove (Inherited from ConfigurationElementCollection.)
Protected methodBaseRemoveAt (Inherited from ConfigurationElementCollection.)
Public methodCopyTo (Inherited from ConfigurationElementCollection.)
Protected methodCreateNewElement
Creates a new element.
(Overrides ConfigurationElementCollectionCreateNewElement.)
Protected methodCreateNewElement(String) (Inherited from ConfigurationElementCollection.)
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Public methodEquals (Inherited from ConfigurationElementCollection.)
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.)
Protected methodGetElementKey
Gets the element key.
(Overrides ConfigurationElementCollectionGetElementKey(ConfigurationElement).)
Public methodGetEnumerator (Inherited from ConfigurationElementCollection.)
Public methodGetHashCode (Inherited from ConfigurationElementCollection.)
Protected methodGetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected methodGetTransformedTypeString (Inherited from ConfigurationElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsElementName (Inherited from ConfigurationElementCollection.)
Protected methodIsElementRemovable (Inherited from ConfigurationElementCollection.)
Protected methodIsModified (Inherited from ConfigurationElementCollection.)
Public methodIsReadOnly (Inherited from ConfigurationElementCollection.)
Protected methodListErrors (Inherited from ConfigurationElement.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected methodOnDeserializeUnrecognizedElement (Inherited from ConfigurationElementCollection.)
Protected methodOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected methodPostDeserialize (Inherited from ConfigurationElement.)
Protected methodPreSerialize (Inherited from ConfigurationElement.)
Public methodRemove
Removes an element from the collection.
Public methodRemoveAt
Removes the element at the specified index from the collection.
Protected methodReset (Inherited from ConfigurationElementCollection.)
Protected methodResetModified (Inherited from ConfigurationElementCollection.)
Protected methodSerializeElement (Inherited from ConfigurationElementCollection.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetPropertyValue (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElementCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElementCollection.)
Top
See Also