XmlSchemaType Methods
.NET Framework 4.5
The XmlSchemaType type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetBuiltInComplexType(XmlQualifiedName) | Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name. |
|
GetBuiltInComplexType(XmlTypeCode) | Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified. |
|
GetBuiltInSimpleType(XmlQualifiedName) | Returns an XmlSchemaSimpleType that represents the built-in simple type of the simple type that is specified by the qualified name. |
|
GetBuiltInSimpleType(XmlTypeCode) | Returns an XmlSchemaSimpleType that represents the built-in simple type of the specified simple type. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsDerivedFrom | Returns a value indicating if the derived schema type specified is derived from the base schema type specified |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |