Click or drag to resize

RackConfigurationElementCollection Class

Represents a collection of RackConfigurationElement objects in a configuration file.
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationElementCollection
      Ookii.Jumbo.TopologyRackConfigurationElementCollection

Namespace: Ookii.Jumbo.Topology
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
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 propertyAddElementNameGets or sets the name of the ConfigurationElement to associate with the add operation in the ConfigurationElementCollection when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Protected propertyClearElementNameGets or sets the name for the ConfigurationElement to associate with the clear operation in the ConfigurationElementCollection when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Public propertyCollectionTypeGets the type of the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Public propertyCountGets the number of elements in the collection.
(Inherited from ConfigurationElementCollection)
Public propertyCurrentConfigurationGets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement)
Public propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Protected propertyElementNameGets the name used to identify this collection of elements in the configuration file when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Protected propertyElementPropertyGets the ConfigurationElementProperty object that represents the ConfigurationElement object itself.
(Inherited from ConfigurationElement)
Public propertyEmitClearGets or sets a value that specifies whether the collection has been cleared.
(Inherited from ConfigurationElementCollection)
Protected propertyEvaluationContextGets the ContextInformation object for the ConfigurationElement object.
(Inherited from ConfigurationElement)
Protected propertyHasContextGets a value that indicates whether the CurrentConfiguration property is null.
(Inherited from ConfigurationElement)
Public propertyIsSynchronizedGets a value indicating whether access to the collection is synchronized.
(Inherited from ConfigurationElementCollection)
Protected propertyItemConfigurationPropertyGets or sets a property or attribute of this configuration element.
(Inherited from ConfigurationElement)
Public propertyItemInt32 Gets the element in the collection at the specified index.
Protected propertyItemStringGets or sets a property, attribute, or child element of this configuration element.
(Inherited from ConfigurationElement)
Public propertyLockAllAttributesExceptGets the collection of locked attributes.
(Inherited from ConfigurationElement)
Public propertyLockAllElementsExceptGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockAttributesGets the collection of locked attributes
(Inherited from ConfigurationElement)
Public propertyLockElementsGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockItemGets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement)
Protected propertyPropertiesGets the collection of properties.
(Inherited from ConfigurationElement)
Protected propertyRemoveElementNameGets or sets the name of the ConfigurationElement to associate with the remove operation in the ConfigurationElementCollection when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Public propertySyncRootGets an object used to synchronize access to the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Protected propertyThrowOnDuplicateGets a value indicating whether an attempt to add a duplicate ConfigurationElement to the ConfigurationElementCollection will cause an exception to be thrown.
(Inherited from ConfigurationElementCollection)
Top
Methods
 NameDescription
Public methodAdd Adds an element to the collection.
Protected methodBaseAdd(ConfigurationElement)Adds a configuration element to the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseAdd(ConfigurationElement, Boolean)Adds a configuration element to the configuration element collection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseAdd(Int32, ConfigurationElement)Adds a configuration element to the configuration element collection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseClearRemoves all configuration element objects from the collection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseGet(Int32)Gets the configuration element at the specified index location.
(Inherited from ConfigurationElementCollection)
Protected methodBaseGet(Object)Returns the configuration element with the specified key.
(Inherited from ConfigurationElementCollection)
Protected methodBaseGetAllKeysReturns an array of the keys for all of the configuration elements contained in the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseGetKeyGets the key for the ConfigurationElement at the specified index location.
(Inherited from ConfigurationElementCollection)
Protected methodBaseIndexOfIndicates the index of the specified ConfigurationElement.
(Inherited from ConfigurationElementCollection)
Protected methodBaseIsRemovedIndicates whether the ConfigurationElement with the specified key has been removed from the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseRemoveRemoves a ConfigurationElement from the collection.
(Inherited from ConfigurationElementCollection)
Protected methodBaseRemoveAtRemoves the ConfigurationElement at the specified index location.
(Inherited from ConfigurationElementCollection)
Public methodCopyToCopies the contents of the ConfigurationElementCollection to an array.
(Inherited from ConfigurationElementCollection)
Protected methodCreateNewElement Creates a new element.
(Overrides ConfigurationElementCollectionCreateNewElement)
Protected methodCreateNewElement(String)Creates a new ConfigurationElement when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Protected methodDeserializeElementReads XML from the configuration file.
(Inherited from ConfigurationElement)
Public methodEqualsCompares the ConfigurationElementCollection to the specified object.
(Inherited from ConfigurationElementCollection)
Protected methodFinalizeAllows 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 methodGetEnumeratorGets an IEnumerator which is used to iterate through the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Public methodGetHashCodeGets a unique value representing the ConfigurationElementCollection instance.
(Inherited from ConfigurationElementCollection)
Protected methodGetTransformedAssemblyStringReturns the transformed version of the specified assembly name.
(Inherited from ConfigurationElement)
Protected methodGetTransformedTypeStringReturns the transformed version of the specified type name.
(Inherited from ConfigurationElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInitSets the ConfigurationElement object to its initial state.
(Inherited from ConfigurationElement)
Protected methodInitializeDefaultUsed to initialize a default set of values for the ConfigurationElement object.
(Inherited from ConfigurationElement)
Protected methodIsElementNameIndicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Protected methodIsElementRemovableIndicates whether the specified ConfigurationElement can be removed from the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection)
Protected methodIsModifiedIndicates whether this ConfigurationElementCollection has been modified since it was last saved or loaded when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Public methodIsReadOnlyIndicates whether the ConfigurationElementCollection object is read only.
(Inherited from ConfigurationElementCollection)
Protected methodListErrorsAdds the invalid-property errors in this ConfigurationElement object, and in all subelements, to the passed list.
(Inherited from ConfigurationElement)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnDeserializeUnrecognizedAttributeGets a value indicating whether an unknown attribute is encountered during deserialization.
(Inherited from ConfigurationElement)
Protected methodOnDeserializeUnrecognizedElementCauses the configuration system to throw an exception.
(Inherited from ConfigurationElementCollection)
Protected methodOnRequiredPropertyNotFoundThrows an exception when a required property is not found.
(Inherited from ConfigurationElement)
Protected methodPostDeserializeCalled after deserialization.
(Inherited from ConfigurationElement)
Protected methodPreSerializeCalled before serialization.
(Inherited from ConfigurationElement)
Public methodRemove Removes an element from the collection.
Public methodRemoveAt Removes the element at the specified index from the collection.
Protected methodResetResets the ConfigurationElementCollection to its unmodified state when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Protected methodResetModifiedResets the value of the IsModified property to false when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Protected methodSerializeElementWrites the configuration data to an XML element in the configuration file when overridden in a derived class.
(Inherited from ConfigurationElementCollection)
Protected methodSerializeToXmlElementWrites the outer tags of this configuration element to the configuration file when implemented in a derived class.
(Inherited from ConfigurationElement)
Protected methodSetPropertyValueSets a property to the specified value.
(Inherited from ConfigurationElement)
Protected methodSetReadOnlySets the IsReadOnly property for the ConfigurationElementCollection object and for all sub-elements.
(Inherited from ConfigurationElementCollection)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Protected methodUnmergeReverses the effect of merging configuration information from different levels of the configuration hierarchy
(Inherited from ConfigurationElementCollection)
Top
See Also