Click or drag to resize

CategorizedSettingsElementCollection Class

Represents a collection of CategorizedSettingsElement objects.
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    System.ConfigurationConfigurationElementCollection
      GSF.ConfigurationCategorizedSettingsElementCollection

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public class CategorizedSettingsElementCollection : ConfigurationElementCollection
View Source

The CategorizedSettingsElementCollection type exposes the following members.

Constructors
 NameDescription
Public methodCategorizedSettingsElementCollectionInitializes a new instance of the CategorizedSettingsElementCollection 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 .
(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 or sets the CategorizedSettingsElement object at the specified index.
Public propertyItemString Gets the CategorizedSettingsElement object with the specified name.
Public propertyItemString, Boolean Gets the CategorizedSettingsElement object with the specified name.
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)
Public propertyName Gets or sets the name of the CategorizedSettingsElementCollection.
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 propertySection Gets or sets the CategorizedSettingsSection to which this CategorizedSettingsElementCollection belongs.
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(CategorizedSettingsElement) Adds a new CategorizedSettingsElement object if one does not exist.
Public methodAdd(String, Object) Adds a new CategorizedSettingsElement object if one does not exist.
Public methodAdd(String, Object, String) Adds a new CategorizedSettingsElement object if one does not exist.
Public methodAdd(String, Object, String, Boolean) Adds a new CategorizedSettingsElement object if one does not exist.
Public methodAdd(String, Object, String, Boolean, SettingScope) Adds a new CategorizedSettingsElement object if one does not exist.
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 methodClear Removes all existing CategorizedSettingsElement objects.
Public methodCopyToCopies the contents of the ConfigurationElementCollection to an array.
(Inherited from ConfigurationElementCollection)
Protected methodCreateNewElement Creates a new CategorizedSettingsElement object.
(Overrides ConfigurationElementCollectionCreateNewElement)
Protected methodCreateNewElement(String) Creates a new CategorizedSettingsElement object.
(Overrides ConfigurationElementCollectionCreateNewElement(String))
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 key for a CategorizedSettingsElement object.
(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)
Public methodIndexOf Gets the index of the specified CategorizedSettingsElement 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(CategorizedSettingsElement) Removes a CategorizedSettingsElement object if it exists.
Public methodRemove(String) Removes a CategorizedSettingsElement object if it exists.
Public methodRemoveAt Removes the CategorizedSettingsElement object at the specified index location.
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 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)
Public methodSetCryptoKey Sets the key to be used for encrypting and decrypting setting values.
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
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also