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

파일 보기 프로젝트 열기: Runt-Editor/Runt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
Entry ( string relativePath, bool isOpen ) : System.Collections.Generic
WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry

보호된 메소드들

메소드 설명
RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void

메소드 상세

AsOpen() 공개 추상적인 메소드

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

Entry() 공개 메소드

public Entry ( string relativePath, bool isOpen ) : System.Collections.Generic
relativePath string
isOpen bool
리턴 System.Collections.Generic

RegisterOpenChange() 보호된 메소드

protected RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void
open bool
c Newtonsoft.Json.Linq.JObject
리턴 void

WithChild() 공개 추상적인 메소드

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