C# Class Runt.Core.Model.FileTree.ReferenceEntry

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
ReferenceEntry ( string rel, bool isOpen, string name, string version, bool unresolved, ImmutableList dependencies ) : System
WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry

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

ReferenceEntry() public méthode

public ReferenceEntry ( string rel, bool isOpen, string name, string version, bool unresolved, ImmutableList dependencies ) : System
rel string
isOpen bool
name string
version string
unresolved bool
dependencies ImmutableList
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