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

Inheritance: Resource
Show file Open project: Warewolf-ESB/Warewolf

Private Properties

Property Type Description

Public Methods

Method Description
Connection ( ) : System
Connection ( System.Xml.Linq.XElement xml ) : System
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

ToXml() public method

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