C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InterfaceContract ( ) : System

Initializes a new instance of the InterfaceContract class.

Приватные методы

Метод Описание
SetTypes ( SchemaElements schemaElements ) : void

Initializes the Type property.

This method is accessible only within the assembly.

Описание методов

InterfaceContract() публичный Метод

Initializes a new instance of the InterfaceContract class.
public InterfaceContract ( ) : System
Результат System