SoapExtensionTypeElementCollection Members
.NET Framework 2.0
Contains a strongly typed collection of SoapExtensionTypeElement objects.
The following tables list the members exposed by the SoapExtensionTypeElementCollection type.
| Name | Description | |
|---|---|---|
| SoapExtensionTypeElementCollection | Creates a new SoapExtensionTypeElementCollection. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CollectionType | Gets the type of the ConfigurationElementCollection.(inherited from ConfigurationElementCollection) |
| Count | Gets the number of elements in the collection.(inherited from ConfigurationElementCollection) |
| ElementInformation | Gets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object. (inherited from ConfigurationElement) |
| EmitClear | Specifies whether the collection has been cleared.(inherited from ConfigurationElementCollection) |
| IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe).(inherited from ConfigurationElementCollection) |
| Item | Overloaded. Gets or sets an element in the collection. |
| LockAllAttributesExcept | Gets the collection of locked attributes.(inherited from ConfigurationElement) |
| LockAllElementsExcept | Gets the collection of locked elements.(inherited from ConfigurationElement) |
| LockAttributes | Gets the collection of locked attributes (inherited from ConfigurationElement) |
| LockElements | Gets the collection of locked elements.(inherited from ConfigurationElement) |
| LockItem | Gets or sets a value indicating whether the element is locked.(inherited from ConfigurationElement) |
| SyncRoot | Gets an object used to synchronize access to the ConfigurationElementCollection.(inherited from ConfigurationElementCollection) |
| Name | Description | |
|---|---|---|
| AddElementName | Gets 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) |
| ClearElementName | Gets 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) |
| ElementName | Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.(inherited from ConfigurationElementCollection) |
| ElementProperty | Gets the ConfigurationElementProperty object that represents the ConfigurationElement object itself.(inherited from ConfigurationElement) |
| EvaluationContext | Gets the ContextInformation object for the ConfigurationElement object.(inherited from ConfigurationElement) |
| Item | Overloaded. Gets or sets an element in the collection. |
| Properties | Gets the collection of properties.(inherited from ConfigurationElement) |
| RemoveElementName | Gets 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) |
| ThrowOnDuplicate | Gets a value indicating whether an attempt to add a duplicate ConfigurationElement to the ConfigurationElementCollection will cause an exception to be thrown.(inherited from ConfigurationElementCollection) |
(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: