C# 클래스 CavemanTools.Data.JsonStruct

파일 보기 프로젝트 열기: sapiens/cavemantools

공개 메소드들

메소드 설명
Error ( string message ) : JsonStruct
JsonStruct ( JsonStatus status = JsonStatus.Ok ) : System.Collections.Generic
JsonStruct ( string message, JsonStatus status = JsonStatus.Ok ) : System.Collections.Generic

Sets the status and inserts a message.

this ( string key ) : object

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string message ) : JsonStruct
message string
리턴 JsonStruct

JsonStruct() 공개 메소드

public JsonStruct ( JsonStatus status = JsonStatus.Ok ) : System.Collections.Generic
status JsonStatus
리턴 System.Collections.Generic

JsonStruct() 공개 메소드

Sets the status and inserts a message.
public JsonStruct ( string message, JsonStatus status = JsonStatus.Ok ) : System.Collections.Generic
message string
status JsonStatus
리턴 System.Collections.Generic

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object