ContextBindingElementImporter 類別

定義

讓原則、WSDL 延伸與合約匯入。

public ref class ContextBindingElementImporter : System::ServiceModel::Description::IPolicyImportExtension, System::ServiceModel::Description::IWsdlImportExtension
public class ContextBindingElementImporter : System.ServiceModel.Description.IPolicyImportExtension, System.ServiceModel.Description.IWsdlImportExtension
type ContextBindingElementImporter = class
    interface IPolicyImportExtension
    interface IWsdlImportExtension
Public Class ContextBindingElementImporter
Implements IPolicyImportExtension, IWsdlImportExtension
繼承
ContextBindingElementImporter
實作

建構函式

ContextBindingElementImporter()

初始化 ContextBindingElementImporter 類別的新執行個體。

方法

BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>)

匯入前使用。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
ImportContract(WsdlImporter, WsdlContractConversionContext)

匯入合約。

ImportEndpoint(WsdlImporter, WsdlEndpointConversionContext)

匯入端點。

ImportPolicy(MetadataImporter, PolicyConversionContext)

匯入中繼資料。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於