C# Class Dev2.Data.ServiceModel.Connection

Inheritance: Dev2.Runtime.ServiceModel.Data.Resource
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Connection ( ) : System
Connection ( System.Xml.Linq.XElement xml ) : System
FetchTestConnectionAddress ( ) : String

Fetches the test connection address.

ToXml ( ) : System.Xml.Linq.XElement

Method Details

Connection() public méthode

public Connection ( ) : System
Résultat System

Connection() public méthode

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

FetchTestConnectionAddress() public méthode

Fetches the test connection address.
public FetchTestConnectionAddress ( ) : String
Résultat String

ToXml() public méthode

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