This topic has not yet been rated - Rate this topic

DeserializableConfigurationElementCollectionBase<TElement> Methods

The DeserializableConfigurationElementCollectionBase<TElement> type exposes the following members.

  NameDescription
Ff660795.pubmethod(en-us,PandP.20).gifAdd
Add a new element to the collection.
Ff660795.protmethod(en-us,PandP.20).gifBaseAddOverloaded.
Ff660795.protmethod(en-us,PandP.20).gifBaseClear (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifBaseGetOverloaded.
Ff660795.protmethod(en-us,PandP.20).gifBaseGetAllKeys (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifBaseGetKey (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifBaseIndexOf (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifBaseIsRemoved (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifBaseRemove (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifBaseRemoveAt (Inherited from ConfigurationElementCollection.)
Ff660795.pubmethod(en-us,PandP.20).gifClear
Remove all the items in the collection.
Ff660795.pubmethod(en-us,PandP.20).gifCopyTo (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifCreateNewElementOverloaded.
Ff660795.pubmethod(en-us,PandP.20).gifDeserialize
Load this element from the given XmlReader.
Ff660795.protmethod(en-us,PandP.20).gifDeserializeElement (Inherited from ConfigurationElement.)
Ff660795.pubmethod(en-us,PandP.20).gifEquals (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifFinalize (Inherited from Object.)
Ff660795.protmethod(en-us,PandP.20).gifGetElementOverloaded.
Ff660795.protmethod(en-us,PandP.20).gifGetElementKey (Inherited from ConfigurationElementCollection.)
Ff660795.pubmethod(en-us,PandP.20).gifGetEnumerator
Returns an enumerator that iterates through the collection.
Ff660795.pubmethod(en-us,PandP.20).gifGetHashCode (Inherited from ConfigurationElementCollection.)
Ff660795.pubmethod(en-us,PandP.20).gifGetType (Inherited from Object.)
Ff660795.protmethod(en-us,PandP.20).gifInit (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifInitializeDefault (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifIsElementName (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifIsElementRemovable (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifIsModified (Inherited from ConfigurationElementCollection.)
Ff660795.pubmethod(en-us,PandP.20).gifIsReadOnly (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifListErrors (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifMemberwiseClone (Inherited from Object.)
Ff660795.protmethod(en-us,PandP.20).gifOnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifOnDeserializeUnrecognizedElement (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifOnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifPostDeserialize (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifPreSerialize (Inherited from ConfigurationElement.)
Ff660795.pubmethod(en-us,PandP.20).gifRemoveAt
Remove an element from the collection at the given index.
Ff660795.protmethod(en-us,PandP.20).gifReset (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifResetModified (Inherited from ConfigurationElementCollection.)
Ff660795.protmethod(en-us,PandP.20).gifSerializeElement (Inherited from ConfigurationElementCollection.)
Ff660795.pubmethod(en-us,PandP.20).gifSerializeElementContents
Write out the contents of this collection to the given writer without a containing element corresponding directly to this container element. Each child element will have a tag name given by elementName.
Ff660795.protmethod(en-us,PandP.20).gifSerializeToXmlElement (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifSetPropertyValue (Inherited from ConfigurationElement.)
Ff660795.protmethod(en-us,PandP.20).gifSetReadOnly (Inherited from ConfigurationElementCollection.)
Ff660795.pubmethod(en-us,PandP.20).gifToString (Inherited from Object.)
Ff660795.protmethod(en-us,PandP.20).gifUnmerge (Inherited from ConfigurationElementCollection.)
  NameDescription
Ff660795.pubextension(en-us,PandP.20).gifForEach
Execute the provided action on every item in sequence.
(Defined by EnumerableExtensions.)
Ff660795.pubextension(en-us,PandP.20).gifJoinStrings
Create a single string from a sequenc of items, separated by the provided separator, and with the conversion to string done by the item's ToString() method.
(Defined by EnumerableExtensions.)
Ff660795.pubextension(en-us,PandP.20).gifJoinStrings
Create a single string from a sequenc of items, separated by the provided separator, and with the conversion to string done by the given converter.
(Defined by EnumerableExtensions.)
Ff660795.pubextension(en-us,PandP.20).gifReadElementByType
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.)
Ff660795.pubextension(en-us,PandP.20).gifReadUnwrappedElement
Deserialize an element of the given type, store it in the collection object, and
(Defined by ConfigurationElementExtensions.)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.