XmlReflectionImporter Methods

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mappings for information from a Web service method.

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options.

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean, Boolean, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options.

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<XmlReflectionMember^>^, Boolean, Boolean, Boolean, XmlMappingAccess)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mappings for information from a Web service method.

System_CAPS_pubmethodImportTypeMapping(Type^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a specified .NET Framework type.

System_CAPS_pubmethodImportTypeMapping(Type^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace.

System_CAPS_pubmethodImportTypeMapping(Type^, XmlRootAttribute^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute.

System_CAPS_pubmethodImportTypeMapping(Type^, XmlRootAttribute^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace.

System_CAPS_pubmethodIncludeType(Type^)

This API supports the product infrastructure and is not intended to be used directly from your code. Includes mappings for a type for later use when import methods are invoked.

System_CAPS_pubmethodIncludeTypes(ICustomAttributeProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. Includes mappings for derived types for later use when import methods are invoked.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: