XmlSchemaSearchPattern Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Obtains the file locations of XML Schema documents for use in populating a Web services discovery document. This class cannot be inherited.
public ref class XmlSchemaSearchPattern sealed : System::Web::Services::Discovery::DiscoverySearchPattern
public sealed class XmlSchemaSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
type XmlSchemaSearchPattern = class
inherit DiscoverySearchPattern
Public NotInheritable Class XmlSchemaSearchPattern
Inherits DiscoverySearchPattern
- Inheritance
Remarks
The XmlSchemaSearchPattern class inherits from the abstract DiscoverySearchPattern class and is employed by the DiscoveryRequestHandler class's ProcessRequest method, which handles an HTTP request for a discovery document. Normally, none of these classes need to be used directly by a developer.
Constructors
XmlSchemaSearchPattern() |
Initializes a new instance of the XmlSchemaSearchPattern class. |
Properties
Pattern |
Gets the file name pattern to use as a search target. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetDiscoveryReference(String) |
Returns the SchemaReference object for a given discovery document. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
See also
.NET