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

Mostra file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ServiceMethod ( ) : System
ServiceMethod ( string error, string stackTrace ) : System
ServiceMethod ( string name, string sourceCode, IEnumerable parameters, IOutputDescription outputDescription, IEnumerable outputs, string executeAction ) : System
ToString ( ) : string
ToXml ( ) : System.Xml.Linq.XElement

Method Details

ServiceMethod() public method

public ServiceMethod ( ) : System
return System

ServiceMethod() public method

public ServiceMethod ( string error, string stackTrace ) : System
error string
stackTrace string
return System

ServiceMethod() public method

public ServiceMethod ( string name, string sourceCode, IEnumerable parameters, IOutputDescription outputDescription, IEnumerable outputs, string executeAction ) : System
name string
sourceCode string
parameters IEnumerable
outputDescription IOutputDescription
outputs IEnumerable
executeAction string
return System

ToString() public method

public ToString ( ) : string
return string

ToXml() public method

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