C# 클래스 Simpl.OODSS.Messages.ResponseMessage

상속: ServiceMessage
파일 보기 프로젝트 열기: ecologylab/simplCSharp 1 사용 예제들

공개 메소드들

메소드 설명
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