C# Class Dev2.Data.ServiceModel.Connection

Inheritance: Dev2.Runtime.ServiceModel.Data.Resource
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Connection ( ) : System
return System

Connection() public method

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

FetchTestConnectionAddress() public method

Fetches the test connection address.
public FetchTestConnectionAddress ( ) : String
return String

ToXml() public method

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