C# Class Dev2.Runtime.ServiceModel.Data.WebService

Inheritance: Service, IDisposable
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ApplyPath ( ) : void
Create ( ) : WebService
Dispose ( ) : void
GetOutputDescription ( ) : IOutputDescription
ToXml ( ) : System.Xml.Linq.XElement
WebService ( ) : System
WebService ( System.Xml.Linq.XElement xml ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

ApplyPath() public method

public ApplyPath ( ) : void
return void

Create() public static method

public static Create ( ) : WebService
return WebService

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetOutputDescription() public method

public GetOutputDescription ( ) : IOutputDescription
return IOutputDescription

ToXml() public method

public ToXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

WebService() public method

public WebService ( ) : System
return System

WebService() public method

public WebService ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement
return System