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

Inheritance: Entry
Afficher le fichier Open project: Runt-Editor/Runt

Private Properties

Свойство Type Description
GenerateReferences ImmutableList

Méthodes publiques

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

Méthode Description
GenerateReferences ( ) : ImmutableList

Method Details

AsOpen() public méthode

public AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
open bool
changes Newtonsoft.Json.Linq.JObject
Résultat Entry

ReferencesEntry() public méthode

public ReferencesEntry ( bool isOpen, string key, ImmutableList references, ReferencesEventArgs raw ) : System
isOpen bool
key string
references ImmutableList
raw ReferencesEventArgs
Résultat System

WithChild() public méthode

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