C# Class Thinktecture.Tools.Web.Services.ServiceDescription.InterfaceContract

Represents the content of service description.
This type is used to explain the content of the WSDL file. WSDL generation engine use this simple class rather than the .Net framework's ServiceDescription class to hold only the necessary details for the WSDL generation.
Mostra file Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method Description
InterfaceContract ( ) : System

Initializes a new instance of the InterfaceContract class.

Private Methods

Method Description
SetTypes ( SchemaElements schemaElements ) : void

Initializes the Type property.

This method is accessible only within the assembly.

Method Details

InterfaceContract() public method

Initializes a new instance of the InterfaceContract class.
public InterfaceContract ( ) : System
return System