C# 클래스 Runt.Core.Model.EditorState

파일 보기 프로젝트 열기: Runt-Editor/Runt 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null EditorState

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EditorState ( Workspace workspace, Newtonsoft.Json.Linq.JObject dialog, ImmutableList tabs ) : System.Collections.Immutable
Reset ( Newtonsoft.Json.Linq.JObject changes ) : EditorState
WithDialog ( Newtonsoft.Json.Linq.JObject dialog, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject partials = null ) : EditorState
WithTabs ( ImmutableList tabs, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject partials = null ) : EditorState
WithWorkspace ( Workspace workspace, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject partials = null ) : EditorState

메소드 상세

EditorState() 공개 메소드

public EditorState ( Workspace workspace, Newtonsoft.Json.Linq.JObject dialog, ImmutableList tabs ) : System.Collections.Immutable
workspace Workspace
dialog Newtonsoft.Json.Linq.JObject
tabs ImmutableList
리턴 System.Collections.Immutable

Reset() 공개 메소드

public Reset ( Newtonsoft.Json.Linq.JObject changes ) : EditorState
changes Newtonsoft.Json.Linq.JObject
리턴 EditorState

WithDialog() 공개 메소드

public WithDialog ( Newtonsoft.Json.Linq.JObject dialog, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject partials = null ) : EditorState
dialog Newtonsoft.Json.Linq.JObject
changes Newtonsoft.Json.Linq.JObject
partials Newtonsoft.Json.Linq.JObject
리턴 EditorState

WithTabs() 공개 메소드

public WithTabs ( ImmutableList tabs, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject partials = null ) : EditorState
tabs ImmutableList
changes Newtonsoft.Json.Linq.JObject
partials Newtonsoft.Json.Linq.JObject
리턴 EditorState

WithWorkspace() 공개 메소드

public WithWorkspace ( Workspace workspace, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject partials = null ) : EditorState
workspace Workspace
changes Newtonsoft.Json.Linq.JObject
partials Newtonsoft.Json.Linq.JObject
리턴 EditorState

프로퍼티 상세

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

public static EditorState,Runt.Core.Model Null
리턴 EditorState