C# 클래스 Zazzles.Middleware.Response

Contains the information that the FOG Server responds with
파일 보기 프로젝트 열기: FOGProject/zazzles 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Codes string>.Dictionary

공개 메소드들

메소드 설명
GetField ( string id ) : string

Return the value stored at a specified key

GetSubResponse ( string id ) : Response
IsFieldValid ( string id ) : bool

Check if a field is not null or empty

PrettyPrint ( ) : void

Print out all ids and values

Response ( ) : System
Response ( JObject data, bool encrypted ) : System
Response ( bool error, JObject data, string returnCode, bool encrypted ) : System
Response ( string rawData, bool encrypted ) : System

비공개 메소드들

메소드 설명
PrintStatus ( ) : void

메소드 상세

GetField() 공개 메소드

Return the value stored at a specified key
public GetField ( string id ) : string
id string The ID to return
리턴 string

GetSubResponse() 공개 메소드

public GetSubResponse ( string id ) : Response
id string
리턴 Response

IsFieldValid() 공개 메소드

Check if a field is not null or empty
public IsFieldValid ( string id ) : bool
id string The field to check
리턴 bool

PrettyPrint() 공개 메소드

Print out all ids and values
public PrettyPrint ( ) : void
리턴 void

Response() 공개 메소드

public Response ( ) : System
리턴 System

Response() 공개 메소드

public Response ( JObject data, bool encrypted ) : System
data JObject
encrypted bool
리턴 System

Response() 공개 메소드

public Response ( bool error, JObject data, string returnCode, bool encrypted ) : System
error bool
data JObject
returnCode string
encrypted bool
리턴 System

Response() 공개 메소드

public Response ( string rawData, bool encrypted ) : System
rawData string
encrypted bool
리턴 System

프로퍼티 상세

Codes 공개적으로 정적으로 프로퍼티

public static Dictionary Codes
리턴 string>.Dictionary