C# 클래스 Playtomic.PResponse

파일 보기 프로젝트 열기: playtomic/gameapi-csharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
errorcode int
overridemessage string
success bool

공개 메소드들

메소드 설명
Error ( int errorcode ) : PResponse
GeneralError ( int nodataerror ) : PResponse
GeneralError ( string message ) : PResponse

메소드 상세

Error() 공개 정적인 메소드

public static Error ( int errorcode ) : PResponse
errorcode int
리턴 PResponse

GeneralError() 공개 정적인 메소드

public static GeneralError ( int nodataerror ) : PResponse
nodataerror int
리턴 PResponse

GeneralError() 공개 정적인 메소드

public static GeneralError ( string message ) : PResponse
message string
리턴 PResponse

프로퍼티 상세

errorcode 공개적으로 프로퍼티

public int errorcode
리턴 int

overridemessage 공개적으로 프로퍼티

public string overridemessage
리턴 string

success 공개적으로 프로퍼티

public bool success
리턴 bool