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

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

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ReferenceEntry() public method

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
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