SoapExtensionTypeElementCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add |
Adds a SoapExtensionTypeElement to the collection.
|
| Clear |
Removes all SoapExtensionTypeElement objects from the collection.
|
| ContainsKey |
Returns a Boolean that indicates whether a SoapExtensionTypeElement with the specified key exists in the collection.
|
| CopyTo | Overloaded. |
| Equals |
Overloaded.
Compares the ConfigurationElementCollection to the specified object.
(inherited from
ConfigurationElementCollection)
|
| GetEnumerator |
Gets an IEnumerator which is used to iterate through the ConfigurationElementCollection.
(inherited from
ConfigurationElementCollection)
|
| GetHashCode |
Gets a unique value representing the ConfigurationElementCollection instance.
(inherited from
ConfigurationElementCollection)
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| IndexOf |
Returns the zero-based index of a specified SoapExtensionTypeElement in the collection.
|
| IsReadOnly |
Gets a value indicating whether the ConfigurationElementCollection object is read only.
(inherited from
ConfigurationElementCollection)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| Remove |
Removes a specified SoapExtensionTypeElement from the collection.
|
| RemoveAt |
Overloaded.
Removes a specified element from the collection.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| Name | Description | |
|---|---|---|
| BaseAdd |
Overloaded.
Adds a ConfigurationElement to an ConfigurationElementCollection instance when overridden in a derived class.
(inherited from
ConfigurationElementCollection)
|
| BaseClear |
Removes all configuration element objects from the collection.
(inherited from
ConfigurationElementCollection)
|
| BaseGet |
Overloaded.
Gets the ConfigurationElement at the specified index location.
(inherited from
ConfigurationElementCollection)
|
| BaseGetAllKeys |
Returns an array of the keys for all of the configuration elements contained in the ConfigurationElementCollection.
(inherited from
ConfigurationElementCollection)
|
| BaseGetKey |
Gets the key for the ConfigurationElement at the specified index location.
(inherited from
ConfigurationElementCollection)
|
| BaseIndexOf |
The index of the specified ConfigurationElement.
(inherited from
ConfigurationElementCollection)
|
| BaseIsRemoved |
Gets a value indicating whether the ConfigurationElement with the specified key has been removed from the ConfigurationElementCollection.
(inherited from
ConfigurationElementCollection)
|
| BaseRemove |
Removes a ConfigurationElement from the collection.
(inherited from
ConfigurationElementCollection)
|
| BaseRemoveAt |
Removes the ConfigurationElement at the specified index location.
(inherited from
ConfigurationElementCollection)
|
| CreateNewElement |
Overloaded.
When overridden in a derived class, creates a new ConfigurationElement.
(inherited from
ConfigurationElementCollection)
|
| DeserializeElement |
Reads XML from the configuration file.
(inherited from
ConfigurationElement)
|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| GetElementKey |
Gets the element key for a specified configuration element when overridden in a derived class.
(inherited from
ConfigurationElementCollection)
|
| Init |
Sets the ConfigurationElement object to its initial state.
(inherited from
ConfigurationElement)
|
| InitializeDefault |
Used to initialize a default set of values for the ConfigurationElement object.
(inherited from
ConfigurationElement)
|
| IsElementName |
Indicates whether the specified ConfigurationElement exists in the ConfigurationElementCollection.
(inherited from
ConfigurationElementCollection)
|
| IsElementRemovable |
Gets a value indicating whether the specified ConfigurationElement can be removed from the ConfigurationElementCollection.
(inherited from
ConfigurationElementCollection)
|
| IsModified |
Indicates whether this ConfigurationElementCollection has been modified since it was last saved or loaded when overridden in a derived class.
(inherited from
ConfigurationElementCollection)
|
| ListErrors |
Adds the invalid-property errors in this ConfigurationElement object, and in all subelements, to the passed list.
(inherited from
ConfigurationElement)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
| OnDeserializeUnrecognizedAttribute |
Gets a value indicating whether an unknown attribute is encountered during deserialization.
(inherited from
ConfigurationElement)
|
| OnDeserializeUnrecognizedElement |
Causes the configuration system to throw an exception.
(inherited from
ConfigurationElementCollection)
|
| OnRequiredPropertyNotFound |
Throws an exception when a required property is not found.
(inherited from
ConfigurationElement)
|
| PostDeserialize |
Called after deserialization.
(inherited from
ConfigurationElement)
|
| PreSerialize |
Called before serialization.
(inherited from
ConfigurationElement)
|
| Reset |
Resets the ConfigurationElementCollection to its unmodified state when overridden in a derived class.
(inherited from
ConfigurationElementCollection)
|
| ResetModified |
Resets the value of the IsModified property to false when overridden in a derived class.
(inherited from
ConfigurationElementCollection)
|
| SerializeElement |
Writes the configuration data to an XML element in the configuration file when overridden in a derived class.
(inherited from
ConfigurationElementCollection)
|
| SerializeToXmlElement |
Writes the outer tags of this configuration element to the configuration file when implemented in a derived class.
(inherited from
ConfigurationElement)
|
| SetPropertyValue |
Sets a property to the specified value.
(inherited from
ConfigurationElement)
|
| SetReadOnly |
Sets the IsReadOnly property for the ConfigurationElementCollection object and for all sub-elements.
(inherited from
ConfigurationElementCollection)
|
| Unmerge |
Reverses the effect of merging configuration information from different levels of the configuration hierarchy
(inherited from
ConfigurationElementCollection)
|
Community Additions
ADD
Show: