C# Класс Simpl.OODSS.Messages.ResponseMessage

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

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

Метод Описание
IsOK ( ) : bool

Let's the client easily test for OK or error.

ProcessResponse ( Scope objectRegistry ) : void

Allows for custom processing of ResponseMessages by ServicesClient, without extending that.

ResponseMessage ( ) : Ecologylab.Collections

Описание методов

IsOK() публичный абстрактный Метод

Let's the client easily test for OK or error.
public abstract IsOK ( ) : bool
Результат bool

ProcessResponse() публичный Метод

Allows for custom processing of ResponseMessages by ServicesClient, without extending that.
public ProcessResponse ( Scope objectRegistry ) : void
objectRegistry Scope /// provide a context for response message processing.
Результат void

ResponseMessage() публичный Метод

public ResponseMessage ( ) : Ecologylab.Collections
Результат Ecologylab.Collections