C# 클래스 MorseCode.CsJs.Examples.CalculatorAndStopwatch.ViewModel.CalculatorServiceReference.CalculatorClient

상속: MorseCode.CsJs.Net.SoapClient
파일 보기 프로젝트 열기: jam40jeff/CsJs 1 사용 예제들

공개 메소드들

메소드 설명
Add ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
Add ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
Divide ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
Divide ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
Multiply ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
Multiply ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
Subtract ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
Subtract ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback ) : void
TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback ) : void
TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback, System wsdlErrorCallback ) : void

비공개 메소드들

메소드 설명
ConvertReturnValueForAdd ( object value ) : System.Nullable
ConvertReturnValueForDivide ( object value ) : System.Nullable
ConvertReturnValueForMultiply ( object value ) : System.Nullable
ConvertReturnValueForSubtract ( object value ) : System.Nullable
ConvertReturnValueForTestMethod ( object value ) : CustomObject
GetParametersForAdd ( System operand1, System operand2, bool simulateLatency ) : object>.System.Collections.Generic.Dictionary
GetParametersForDivide ( System operand1, System operand2, bool simulateLatency ) : object>.System.Collections.Generic.Dictionary
GetParametersForMultiply ( System operand1, System operand2, bool simulateLatency ) : object>.System.Collections.Generic.Dictionary
GetParametersForSubtract ( System operand1, System operand2, bool simulateLatency ) : object>.System.Collections.Generic.Dictionary
GetParametersForTestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2 ) : object>.System.Collections.Generic.Dictionary

메소드 상세

Add() 공개 메소드

public Add ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
리턴 void

Add() 공개 메소드

public Add ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
wsdlErrorCallback System
리턴 void

Divide() 공개 메소드

public Divide ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
리턴 void

Divide() 공개 메소드

public Divide ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
wsdlErrorCallback System
리턴 void

Multiply() 공개 메소드

public Multiply ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
리턴 void

Multiply() 공개 메소드

public Multiply ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
wsdlErrorCallback System
리턴 void

Subtract() 공개 메소드

public Subtract ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
리턴 void

Subtract() 공개 메소드

public Subtract ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
wsdlErrorCallback System
리턴 void

TestMethod() 공개 메소드

public TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback ) : void
operand1 System
operand2 int
simulateLatency bool
something string
Add CustomObject
somethingElse System
somethingElseAgain System
somethingElseNullable System
somethingElseAgain2 System
successCallback System
errorCallback System
리턴 void

TestMethod() 공개 메소드

public TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
operand1 System
operand2 int
simulateLatency bool
something string
Add CustomObject
somethingElse System
somethingElseAgain System
somethingElseNullable System
somethingElseAgain2 System
successCallback System
errorCallback System
wsdlErrorCallback System
리턴 void

TestMethod() 공개 메소드

public TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback ) : void
operand1 System
operand2 int
simulateLatency bool
something string
Add CustomObject
somethingElse System
somethingElseAgain System
somethingElseNullable System
somethingElseAgain2 System
successCallback System
errorCallback System
리턴 void

TestMethod() 공개 메소드

public TestMethod ( System operand1, int operand2, bool simulateLatency, string something, CustomObject Add, System somethingElse, System somethingElseAgain, System somethingElseNullable, System somethingElseAgain2, System successCallback, System errorCallback, System wsdlErrorCallback ) : void
operand1 System
operand2 int
simulateLatency bool
something string
Add CustomObject
somethingElse System
somethingElseAgain System
somethingElseNullable System
somethingElseAgain2 System
successCallback System
errorCallback System
wsdlErrorCallback System
리턴 void