C# 클래스 Dev2.Runtime.ServiceModel.Data.ServiceMethod

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

ServiceMethod() 공개 메소드

public ServiceMethod ( ) : System
리턴 System

ServiceMethod() 공개 메소드

public ServiceMethod ( string error, string stackTrace ) : System
error string
stackTrace string
리턴 System

ServiceMethod() 공개 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToXml() 공개 메소드

public ToXml ( ) : System.Xml.Linq.XElement
리턴 System.Xml.Linq.XElement