UseManagedPresentationBindingElementImporter Class

Definition

Converts WSDL-based policies for UseManagedPresentationBindingElements into descriptions of the binding elements that can implement these policies for the service.

public ref class UseManagedPresentationBindingElementImporter sealed : System::ServiceModel::Description::IPolicyImportExtension
public sealed class UseManagedPresentationBindingElementImporter : System.ServiceModel.Description.IPolicyImportExtension
type UseManagedPresentationBindingElementImporter = class
    interface IPolicyImportExtension
Public NotInheritable Class UseManagedPresentationBindingElementImporter
Implements IPolicyImportExtension
Inheritance
UseManagedPresentationBindingElementImporter
Implements

Constructors

UseManagedPresentationBindingElementImporter()

Initializes a new instance of the UseManagedPresentationBindingElementImporter class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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)

Explicit Interface Implementations

IPolicyImportExtension.ImportPolicy(MetadataImporter, PolicyConversionContext)

Defines a method that can import custom policy assertions and add implementing binding elements.

Applies to