System.ServiceModel
4.0.0.0
System.Object
Use the object passed to the method to modify the code document object model prior to the generation of code. Typically, the interface is implemented on a custom implementation that is used to import custom WSDL elements or otherwise modify the code at the service or operation level. To modify the code at the operation level, see .
Passed to the method to enable the modification of a service contract and its context prior to generating code.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class using the specified contract generator, contract description, and contract code type declaration.
The generator that generates the code for the contract.
The contract description for the contract to be generated.
The for the contract code to be generated.
Constructor
4.0.0.0
To be added.
Initializes a new instance of the class using the specified contract generator, contract description, and contract code type declaration.
The generator that generates the code for the contract.
The contract description for the contract to be generated.
The for the contract code to be generated.
The for the duplex contract code to be generated.
Property
4.0.0.0
System.ServiceModel.Description.ContractDescription
To be added.
Use the property to examine the for the current contract.
Gets the for the current contract.
Property
4.0.0.0
System.CodeDom.CodeTypeDeclaration
To be added.
Use the property to examine or modify the for the current contract before the code is generated.
Gets the for the current contract.
Property
4.0.0.0
System.CodeDom.CodeTypeDeclaration
To be added.
Use the property to examine or modify the for the duplex callback contract on the service contract prior to generating code.
Gets the for the duplex callback contract on the service contract.
Property
4.0.0.0
System.Collections.ObjectModel.Collection<System.ServiceModel.Description.OperationContractGenerationContext>
To be added.
Use the property to examine or modify the objects that represent the contract operations.
Gets a collection of objects that represent the contract operations.
Property
4.0.0.0
System.ServiceModel.Description.ServiceContractGenerator
To be added.
Use the property to examine or modify the code generator that is to create the contract code.
Gets the that is to generate the contract.