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

Inheritance: MorseCode.CsJs.Net.SoapClient
Afficher le fichier Open project: jam40jeff/CsJs Class Usage Examples

Méthodes publiques

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

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

public Add ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
Résultat void

Add() public méthode

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

Divide() public méthode

public Divide ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
Résultat void

Divide() public méthode

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

Multiply() public méthode

public Multiply ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
Résultat void

Multiply() public méthode

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

Subtract() public méthode

public Subtract ( System operand1, System operand2, bool simulateLatency, System successCallback, System errorCallback ) : void
operand1 System
operand2 System
simulateLatency bool
successCallback System
errorCallback System
Résultat void

Subtract() public méthode

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

TestMethod() public méthode

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

TestMethod() public méthode

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

TestMethod() public méthode

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

TestMethod() public méthode

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