C# 클래스 Runt.Core.Model.FileTree.ProjectEntry.ReferencesEntry

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

Private Properties

프로퍼티 타입 설명
GenerateReferences ImmutableList

공개 메소드들

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

비공개 메소드들

메소드 설명
GenerateReferences ( ) : ImmutableList

메소드 상세

AsOpen() 공개 메소드

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

ReferencesEntry() 공개 메소드

public ReferencesEntry ( bool isOpen, string key, ImmutableList references, ReferencesEventArgs raw ) : System
isOpen bool
key string
references ImmutableList
raw ReferencesEventArgs
리턴 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