C# Class Simpl.OODSS.Messages.ResponseMessage

Inheritance: ServiceMessage
Mostra file Open project: ecologylab/simplCSharp Class Usage Examples

Public Methods

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

Method Details

IsOK() public abstract method

Let's the client easily test for OK or error.
public abstract IsOK ( ) : bool
return bool

ProcessResponse() public method

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

ResponseMessage() public method

public ResponseMessage ( ) : Ecologylab.Collections
return Ecologylab.Collections