Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The set of classes that are used to generate the XML in a SOAP message.
Classes
| Class | Description |
|---|---|
| AttributeList | Represents a collection of XML attributes. |
| ElementList | Represents a collection of XML elements. |
| OpenAttributeDateTimeElement | Represents the AttributedDateTime XML type. |
| OpenAttributeElement | Provides the default implementation for a class that represents an XML element that allows any attribute. |
| OpenAttributeQNameElement | Provides the base implementation for any WS-Addressing elements that are of type xs:QName. |
| OpenAttributeUriElement | Provides the base implementation for an element that is an attributed URI. |
| OpenAttributeUriString | Provides the base implementation for an element that is an attributed URI string. |
| OpenElement | Provides the default implementation for a class that represents an XML element that allows any attribute or child element. |
| OpenElementElement | Provides the default implementation for a class that represents an XML element that allows any element as a child. |
| QualifiedName | Represents an XML qualified name and its namespace prefix. |
| QualifiedNameElement | Provides the default implementation for a class that represents an XML element that contains an XML qualified name and its namespace prefix. |
| WSESoapHeader | Represents a SOAP header. |
| XmlElementCollection | A strongly-typed collection of XML elements. |
| XmlSerializerCache | Stores XmlSerializer objects in a hash table that is keyed by the full type name plus an optional default XML namespace. |
Interfaces
| Interface | Description |
|---|---|
| IXmlElement | Provides a common interface for classes that can be loaded and saved as XmlElement objects. |