C# Class Runt.Core.Model.FileTree.ProjectEntry.ReferencesEntry

Inheritance: Entry
Exibir arquivo Open project: Runt-Editor/Runt

Private Properties

Property Type Description
GenerateReferences ImmutableList

Public Methods

Method Description
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
ReferencesEntry ( bool isOpen, string key, ImmutableList references, ReferencesEventArgs raw ) : System
WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry

Private Methods

Method Description
GenerateReferences ( ) : ImmutableList

Method Details

AsOpen() public method

public AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
open bool
changes Newtonsoft.Json.Linq.JObject
return Entry

ReferencesEntry() public method

public ReferencesEntry ( bool isOpen, string key, ImmutableList references, ReferencesEventArgs raw ) : System
isOpen bool
key string
references ImmutableList
raw ReferencesEventArgs
return System

WithChild() public method

public WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry
index int
child Entry
changes Newtonsoft.Json.Linq.JObject
subChange Newtonsoft.Json.Linq.JObject
return Entry