C# Class MorseCode.CsJs.Examples.CalculatorAndStopwatch.ViewModel.CalculatorServiceReference.CalculatorClient

Inheritance: MorseCode.CsJs.Net.SoapClient
Exibir arquivo Open project: jam40jeff/CsJs Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Add() public method

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

Add() public method

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
return void

Divide() public method

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

Divide() public method

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
return void

Multiply() public method

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

Multiply() public method

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
return void

Subtract() public method

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

Subtract() public method

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
return void

TestMethod() public method

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
return void

TestMethod() public method

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
return void

TestMethod() public method

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
return void

TestMethod() public method

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
return void