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

Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public ServiceMethod ( ) : System
Résultat System

ServiceMethod() public méthode

public ServiceMethod ( string error, string stackTrace ) : System
error string
stackTrace string
Résultat System

ServiceMethod() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToXml() public méthode

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