WSDLImportExtension Class

Relativity Services API
Implement a way to add/read documentation to/from WCF WSDL service contracts
Inheritance Hierarchy

System.Object
  kCura.Relativity.Client.WSDLImportExtension

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class WSDLImportExtension : IWsdlImportExtension

The WSDLImportExtension type exposes the following members.

Constructors

  NameDescription
Public methodWSDLImportExtension
Initializes a new instance of the WSDLImportExtension class
Top
Methods

  NameDescription
Public methodBeforeImport
Called prior to importing metadata documents.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportContract
Called when importing a contract. After WCF has a chance to initialize its objects, then ImportContract is called so the user has a chance to modify the contract or inspect it This implementation raises the custom event ClientSendFromWsdlImporter, and passes the DocumentationElement as a parameter to the event
Public methodImportEndpoint
Called for each endpoint which is found in the WSDL
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventClientSendFromWsdlImporter
Custom event exposed from this class. Listeners should hook up to this event
Top
See Also

Reference