public class SoapReflectionImporter
|
ctor #1 | Overloaded:.ctor() Default constructor. This constructor is called by derived class constructors to initialize state in this type.Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ctor #2 | Overloaded:.ctor(SoapAttributeOverrides attributeOverrides) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ctor #3 | Overloaded:.ctor(string defaultNamespace) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ctor #4 | Overloaded:.ctor(SoapAttributeOverrides attributeOverrides, string defaultNamespace) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ImportMembersMapping | Overloaded:ImportMembersMapping(string elementName, string ns, XmlReflectionMember[] members) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportMembersMapping | Overloaded:ImportMembersMapping(string elementName, string ns, XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportMembersMapping | Overloaded:ImportMembersMapping(string elementName, string ns, XmlReflectionMember[] members, bool hasWrapperElement, bool writeAccessors, bool validate) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportTypeMapping | Overloaded:ImportTypeMapping(Type type) Returns a object used to map from a type to an XML representation using the specified type. |
ImportTypeMapping | Overloaded:ImportTypeMapping(Type type, string defaultNamespace) Returns a object used to map from a type to an XML representation using the specified type and namespace. |
IncludeType | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
IncludeTypes | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapReflectionImporter(); |
public SoapReflectionImporter( |
attributeOverrides
public SoapReflectionImporter( |
defaultNamespace
public SoapReflectionImporter( |
attributeOverrides
defaultNamespace
~SoapReflectionImporter(); |
public virtual int GetHashCode(); |
public Type GetType(); |
public XmlMembersMapping ImportMembersMapping( |
elementName
ns
members
public XmlMembersMapping ImportMembersMapping( |
elementName
ns
members
hasWrapperElement
writeAccessors
public XmlMembersMapping ImportMembersMapping( |
elementName
ns
members
hasWrapperElement
writeAccessors
validate
public XmlTypeMapping ImportTypeMapping( |
type
type
defaultNamespace
public void IncludeType( |
type
public void IncludeTypes( |
provider
protected object MemberwiseClone(); |
public virtual string ToString(); |