C# Class Runt.Core.Model.EditorState

Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Méthodes publiques

Свойство Type Description
Null EditorState

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

EditorState() public méthode

public EditorState ( Workspace workspace, Newtonsoft.Json.Linq.JObject dialog, ImmutableList tabs ) : System.Collections.Immutable
workspace Workspace
dialog Newtonsoft.Json.Linq.JObject
tabs ImmutableList
Résultat System.Collections.Immutable

Reset() public méthode

public Reset ( Newtonsoft.Json.Linq.JObject changes ) : EditorState
changes Newtonsoft.Json.Linq.JObject
Résultat EditorState

WithDialog() public méthode

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
Résultat EditorState

WithTabs() public méthode

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
Résultat EditorState

WithWorkspace() public méthode

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
Résultat EditorState

Property Details

Null public_oe static_oe property

public static EditorState,Runt.Core.Model Null
Résultat EditorState