DiscoveryDocumentSearchPattern 类
定义
获取 Web 服务发现文档的文件位置以用于填充其他 Web 服务发现文档。Obtains the file locations of Web services discovery documents for use in populating another Web services discovery document. 此类不能被继承。This class cannot be inherited.
public ref class DiscoveryDocumentSearchPattern sealed : System::Web::Services::Discovery::DiscoverySearchPattern
public sealed class DiscoveryDocumentSearchPattern : System.Web.Services.Discovery.DiscoverySearchPattern
type DiscoveryDocumentSearchPattern = class
inherit DiscoverySearchPattern
Public NotInheritable Class DiscoveryDocumentSearchPattern
Inherits DiscoverySearchPattern
- 继承
注解
DiscoveryDocumentSearchPattern该类继承自抽象 DiscoverySearchPattern 类,并由 DiscoveryRequestHandler 类的 ProcessRequest 方法使用,后者处理对发现文档的 HTTP 请求。The DiscoveryDocumentSearchPattern 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.
构造函数
| DiscoveryDocumentSearchPattern() |
初始化 DiscoveryDocumentSearchPattern 类的新实例。Initializes a new instance of the DiscoveryDocumentSearchPattern class. |
属性
| Pattern |
获取用作搜索目标的文件名模式。Gets the file name pattern to use as a search target. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetDiscoveryReference(String) |
返回给定发现文档的 DiscoveryDocumentReference 对象。Returns the DiscoveryDocumentReference object for a given discovery document. |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |