DependencyElement Members

The DependencyElement type exposes the following members.

Constructors

  Name Description
Ff661200.pubmethod(en-us,PandP.20).gif DependencyElement Overloaded.

Methods

  Name Description
Ff661200.pubmethod(en-us,PandP.20).gif Deserialize
Load this element from the given XmlReader.
(Inherited from DeserializableConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif DeserializeElement (Inherited from ConfigurationElement.)
Ff661200.pubmethod(en-us,PandP.20).gif Equals (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif Finalize (Inherited from Object.)
Ff661200.pubmethod(en-us,PandP.20).gif GetHashCode (Inherited from ConfigurationElement.)
Ff661200.pubmethod(en-us,PandP.20).gif GetInjectionParameterValue
Generate an InjectionParameterValue object that will be used to configure the container for a type registration.
(Overrides ParameterValueElement.GetInjectionParameterValue(IUnityContainer, Type).)
Ff661200.pubmethod(en-us,PandP.20).gif GetType (Inherited from Object.)
Ff661200.protmethod(en-us,PandP.20).gif Init (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif InitializeDefault (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif IsModified (Inherited from ConfigurationElement.)
Ff661200.pubmethod(en-us,PandP.20).gif IsReadOnly (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif ListErrors (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif MemberwiseClone (Inherited from Object.)
Ff661200.protmethod(en-us,PandP.20).gif OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif OnDeserializeUnrecognizedElement (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif PostDeserialize (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif PreSerialize (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif Reset (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif ResetModified (Inherited from ConfigurationElement.)
Ff661200.pubmethod(en-us,PandP.20).gif SerializeContent
Write the contents of this element to the given XmlWriter. This method always outputs an explicit <dependency> tag, instead of providing attributes to the parent method.
(Overrides DeserializableConfigurationElement.SerializeContent(XmlWriter).)
Ff661200.protmethod(en-us,PandP.20).gif SerializeElement (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif SerializeToXmlElement (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif SetPropertyValue (Inherited from ConfigurationElement.)
Ff661200.protmethod(en-us,PandP.20).gif SetReadOnly (Inherited from ConfigurationElement.)
Ff661200.pubmethod(en-us,PandP.20).gif ToString (Inherited from Object.)
Ff661200.protmethod(en-us,PandP.20).gif Unmerge (Inherited from ConfigurationElement.)

Extension Methods

  Name Description
Ff661200.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.)
Ff661200.pubextension(en-us,PandP.20).gif ReadUnwrappedElement
Deserialize an element of the given type, store it in the collection object, and
(Defined by ConfigurationElementExtensions.)

Properties

  Name Description
Ff661200.pubproperty(en-us,PandP.20).gif ElementInformation (Inherited from ConfigurationElement.)
Ff661200.protproperty(en-us,PandP.20).gif ElementProperty (Inherited from ConfigurationElement.)
Ff661200.protproperty(en-us,PandP.20).gif EvaluationContext (Inherited from ConfigurationElement.)
Ff661200.protproperty(en-us,PandP.20).gif Item Overloaded.
Ff661200.pubproperty(en-us,PandP.20).gif Key
Return a unique string that can be used to identify this object. Used by the configuration collection support.
(Inherited from ParameterValueElement.)
Ff661200.pubproperty(en-us,PandP.20).gif LockAllAttributesExcept (Inherited from ConfigurationElement.)
Ff661200.pubproperty(en-us,PandP.20).gif LockAllElementsExcept (Inherited from ConfigurationElement.)
Ff661200.pubproperty(en-us,PandP.20).gif LockAttributes (Inherited from ConfigurationElement.)
Ff661200.pubproperty(en-us,PandP.20).gif LockElements (Inherited from ConfigurationElement.)
Ff661200.pubproperty(en-us,PandP.20).gif LockItem (Inherited from ConfigurationElement.)
Ff661200.pubproperty(en-us,PandP.20).gif Name
Name to use to when resolving. If empty, resolves the default.
Ff661200.protproperty(en-us,PandP.20).gif Properties (Inherited from ConfigurationElement.)
Ff661200.pubproperty(en-us,PandP.20).gif TypeName
Name of type this dependency should resolve to. This is optional; without it the container will resolve the type of whatever property or parameter this element is contained in.

See Also

DependencyElement Class

Microsoft.Practices.Unity.Configuration Namespace