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.
파일 보기 프로젝트 열기: WSCF/WSCF 1 사용 예제들

공개 메소드들

메소드 설명
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