C# Класс MorseCode.CsJs.Examples.CalculatorAndStopwatch.ViewModel.CalculatorServiceReference.CalculatorClient

Наследование: MorseCode.CsJs.Net.SoapClient
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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