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

Inheritance: Service, IDisposable
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

ApplyPath() public méthode

public ApplyPath ( ) : void
Résultat void

Create() public static méthode

public static Create ( ) : WebService
Résultat WebService

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetOutputDescription() public méthode

public GetOutputDescription ( ) : IOutputDescription
Résultat IOutputDescription

ToXml() public méthode

public ToXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

WebService() public méthode

public WebService ( ) : System
Résultat System

WebService() public méthode

public WebService ( System.Xml.Linq.XElement xml ) : System
xml System.Xml.Linq.XElement
Résultat System