The members of System.Xml.Serialization.XmlMemberMapping are listed below.
See Also: Inherited members from System.Object
[read-only] | Any | bool.
![]() Gets or sets a value that indicates whether the .NET Framework type maps to an XML element or attribute of any type. |
[read-only] | CheckSpecified | bool.
![]() Gets a value that indicates whether the accompanying field in the .NET Framework type has a value specified. |
[read-only] | ElementName | string.
![]() Gets the unqualified name of the XML element declaration that applies to this mapping. |
[read-only] | MemberName | string.
![]() Gets the name of the Web service method member that is represented by this mapping. |
[read-only] | Namespace | string.
![]() Gets the XML namespace that applies to this mapping. |
[read-only] | TypeFullName | string.
![]() Gets the fully qualified type name of the .NET Framework type for this mapping. |
[read-only] | TypeName | string.
![]() Gets the type name of the .NET Framework type for this mapping. |
[read-only] | TypeNamespace | string.
![]() Gets the namespace of the .NET Framework type for this mapping. |
[read-only] | XsdElementName | string.
![]() Gets the XML element name as it appears in the service description document. |
GenerateTypeName(System.CodeDom.Compiler.CodeDomProvider)
|