C# 클래스 Dev2.Runtime.ServiceModel.Data.WebService

상속: Service, IDisposable
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyPath ( ) : void
Create ( ) : WebService
Dispose ( ) : void
GetOutputDescription ( ) : IOutputDescription
ToXml ( ) : System.Xml.Linq.XElement
WebService ( ) : System
WebService ( System.Xml.Linq.XElement xml ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

ApplyPath() 공개 메소드

public ApplyPath ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( ) : WebService
리턴 WebService

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetOutputDescription() 공개 메소드

public GetOutputDescription ( ) : IOutputDescription
리턴 IOutputDescription

ToXml() 공개 메소드

public ToXml ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement

WebService() 공개 메소드

public WebService ( ) : System
리턴 System

WebService() 공개 메소드

public WebService ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement
리턴 System