C# Class Simpl.OODSS.Messages.ResponseMessage

Inheritance: ServiceMessage
Afficher le fichier Open project: ecologylab/simplCSharp Class Usage Examples

Méthodes publiques

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

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

ProcessResponse() public méthode

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

ResponseMessage() public méthode

public ResponseMessage ( ) : Ecologylab.Collections
Résultat Ecologylab.Collections