UnityConfigurationSection Members

The UnityConfigurationSection type exposes the following members.

Constructors

  Name Description
Ee651322.pubmethod(en-us,PandP.20).gif UnityConfigurationSection

Methods

  Name Description
Ee651322.pubmethod(en-us,PandP.20).gif Configure Overloaded.
Ee651322.protmethod(en-us,PandP.20).gif DeserializeElement (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif DeserializeSection
Reads XML from the configuration file.
(Overrides ConfigurationSection.DeserializeSection(XmlReader).)
Ee651322.pubmethod(en-us,PandP.20).gif Equals (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif Finalize (Inherited from Object.)
Ee651322.pubmethod(en-us,PandP.20).gif GetHashCode (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif GetRuntimeObject (Inherited from ConfigurationSection.)
Ee651322.pubmethod(en-us,PandP.20).gif GetType (Inherited from Object.)
Ee651322.protmethod(en-us,PandP.20).gif Init (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif InitializeDefault (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif IsModified (Inherited from ConfigurationSection.)
Ee651322.pubmethod(en-us,PandP.20).gif IsReadOnly (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif ListErrors (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif MemberwiseClone (Inherited from Object.)
Ee651322.protmethod(en-us,PandP.20).gif OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif OnDeserializeUnrecognizedElement
Gets a value indicating whether an unknown element is encountered during deserialization.
(Overrides ConfigurationElement.OnDeserializeUnrecognizedElement(String, XmlReader).)
Ee651322.protmethod(en-us,PandP.20).gif OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif PostDeserialize (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif PreSerialize (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif Reset (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif ResetModified (Inherited from ConfigurationSection.)
Ee651322.protmethod(en-us,PandP.20).gif SerializeElement (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif SerializeSection
Creates an XML string containing an unmerged view of the ConfigurationSection object as a single section to write to a file.
(Overrides ConfigurationSection.SerializeSection(ConfigurationElement, String, ConfigurationSaveMode).)
Ee651322.protmethod(en-us,PandP.20).gif SerializeToXmlElement (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif SetPropertyValue (Inherited from ConfigurationElement.)
Ee651322.protmethod(en-us,PandP.20).gif SetReadOnly (Inherited from ConfigurationElement.)
Ee651322.pubmethod(en-us,PandP.20).gif ToString (Inherited from Object.)
Ee651322.protmethod(en-us,PandP.20).gif Unmerge (Inherited from ConfigurationElement.)

Extension Methods

  Name Description
Ee651322.pubextension(en-us,PandP.20).gif ReadElementByType
Deserialize an element, basing the element type on the one supplied at runtime, and then store the element into the given elementCollection.
(Defined by ConfigurationElementExtensions.)
Ee651322.pubextension(en-us,PandP.20).gif ReadUnwrappedElement
Deserialize an element of the given type, store it in the collection object, and
(Defined by ConfigurationElementExtensions.)

Fields

  Name Description
Ee651322.pubfield(en-us,PandP.20).gifEe651322.static(en-us,PandP.20).gif SectionName
The name of the section where unity configuration is expected to be found.
Ee651322.pubfield(en-us,PandP.20).gifEe651322.static(en-us,PandP.20).gif XmlNamespace
XML Namespace string used for IntelliSense in this section.

Properties

  Name Description
Ee651322.pubproperty(en-us,PandP.20).gif Assemblies
Any assemblies added to the type search list.
Ee651322.pubproperty(en-us,PandP.20).gif Containers
The set of containers defined in this configuration section.
Ee651322.pubproperty(en-us,PandP.20).gifEe651322.static(en-us,PandP.20).gif CurrentSection
The current UnityConfigurationSection that is being deserialized or being configured from.
Ee651322.pubproperty(en-us,PandP.20).gif ElementInformation (Inherited from ConfigurationElement.)
Ee651322.protproperty(en-us,PandP.20).gif ElementProperty (Inherited from ConfigurationElement.)
Ee651322.protproperty(en-us,PandP.20).gif EvaluationContext (Inherited from ConfigurationElement.)
Ee651322.protproperty(en-us,PandP.20).gif Item Overloaded.
Ee651322.pubproperty(en-us,PandP.20).gif LockAllAttributesExcept (Inherited from ConfigurationElement.)
Ee651322.pubproperty(en-us,PandP.20).gif LockAllElementsExcept (Inherited from ConfigurationElement.)
Ee651322.pubproperty(en-us,PandP.20).gif LockAttributes (Inherited from ConfigurationElement.)
Ee651322.pubproperty(en-us,PandP.20).gif LockElements (Inherited from ConfigurationElement.)
Ee651322.pubproperty(en-us,PandP.20).gif LockItem (Inherited from ConfigurationElement.)
Ee651322.pubproperty(en-us,PandP.20).gif Namespaces
Any namespaces added to the type search list.
Ee651322.protproperty(en-us,PandP.20).gif Properties (Inherited from ConfigurationElement.)
Ee651322.pubproperty(en-us,PandP.20).gif SectionExtensions
Any schema extensions that are added.
Ee651322.pubproperty(en-us,PandP.20).gif SectionInformation (Inherited from ConfigurationSection.)
Ee651322.pubproperty(en-us,PandP.20).gif TypeAliases
The set of type aliases defined in this configuration file.
Ee651322.pubproperty(en-us,PandP.20).gif Xmlns
Storage for XML namespace. The namespace isn't used or validated by config, but it is useful for Visual Studio XML IntelliSense to kick in.

See Also

UnityConfigurationSection Class

Microsoft.Practices.Unity.Configuration Namespace