Implement a way to add/read documentation to/from WCF WSDL service contracts
Inheritance Hierarchy
kCura.Relativity.Client.WSDLImportExtension
Namespace: kCura.Relativity.Client
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The WSDLImportExtension type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WSDLImportExtension | Initializes a new instance of the WSDLImportExtension class |
Methods
Name | Description | |
---|---|---|
![]() | BeforeImport |
Called prior to importing metadata documents.
|
![]() | Equals | 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.) |
![]() | ImportContract |
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
|
![]() | ImportEndpoint |
Called for each endpoint which is found in the WSDL
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() | ClientSendFromWsdlImporter |
Custom event exposed from this class. Listeners should hook up to this event
|
See Also