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

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

Public Methods

Method Description
Create ( ) : DbService
DbService ( ) : System
DbService ( System.Xml.Linq.XElement xml ) : System
ToXml ( ) : System.Xml.Linq.XElement

Method Details

Create() public static method

public static Create ( ) : DbService
return DbService

DbService() public method

public DbService ( ) : System
return System

DbService() public method

public DbService ( 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