C# 클래스 Runt.Service.Messages

파일 보기 프로젝트 열기: Runt-Editor/Runt

공개 메소드들

메소드 설명
Callback ( int callback, Content content ) : string
Callback ( int callback, JToken value ) : string
State ( EditorState state, JsonSerializer serializer = null ) : string
StateUpdate ( Newtonsoft.Json.Linq.JObject diff ) : string

비공개 메소드들

메소드 설명
Error ( Exception e ) : string
Highlight ( string contentId, Newtonsoft.Json.Linq.JObject highlight ) : string
Message ( string type, string content ) : string

메소드 상세

Callback() 공개 정적인 메소드

public static Callback ( int callback, Content content ) : string
callback int
content Runt.Core.Model.Content
리턴 string

Callback() 공개 정적인 메소드

public static Callback ( int callback, JToken value ) : string
callback int
value JToken
리턴 string

State() 공개 정적인 메소드

public static State ( EditorState state, JsonSerializer serializer = null ) : string
state Runt.Core.Model.EditorState
serializer Newtonsoft.Json.JsonSerializer
리턴 string

StateUpdate() 공개 정적인 메소드

public static StateUpdate ( Newtonsoft.Json.Linq.JObject diff ) : string
diff Newtonsoft.Json.Linq.JObject
리턴 string