public class XmlReflectionImporter
|
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(string defaultNamespace) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ctor #3 | Overloaded:.ctor(XmlAttributeOverrides attributeOverrides) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ctor #4 | Overloaded:.ctor(XmlAttributeOverrides 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 | Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportTypeMapping | Overloaded:ImportTypeMapping(Type type) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportTypeMapping | Overloaded:ImportTypeMapping(Type type, string defaultNamespace) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportTypeMapping | Overloaded:ImportTypeMapping(Type type, XmlRootAttribute root) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
ImportTypeMapping | Overloaded:ImportTypeMapping(Type type, XmlRootAttribute root, string defaultNamespace) Supports the Shared Source CLI infrastructure and is not intended to be used directly from your code |
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 XmlReflectionImporter(); |
public XmlReflectionImporter( |
defaultNamespace
public XmlReflectionImporter( |
attributeOverrides
public XmlReflectionImporter( |
attributeOverrides
defaultNamespace
~XmlReflectionImporter(); |
public virtual int GetHashCode(); |
public Type GetType(); |
public XmlMembersMapping ImportMembersMapping( |
elementName
ns
members
hasWrapperElement
public XmlTypeMapping ImportTypeMapping( |
type
type
defaultNamespace
public XmlTypeMapping ImportTypeMapping( |
type
root
public XmlTypeMapping ImportTypeMapping( |
type
root
defaultNamespace
public void IncludeType( |
type
public void IncludeTypes( |
provider
protected object MemberwiseClone(); |
public virtual string ToString(); |