C# 클래스 Runt.Core.Model.FileTree.ReferenceEntry

상속: Entry
파일 보기 프로젝트 열기: Runt-Editor/Runt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AsOpen() 공개 메소드

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

ReferenceEntry() 공개 메소드

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
리턴 System

WithChild() 공개 메소드

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
리턴 Entry