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

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

공개 메소드들

메소드 설명
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject c ) : Entry
Create ( DirectoryInfo dir ) : PackagesEntry
WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry

보호된 메소드들

메소드 설명
PackagesEntry ( bool isOpen, DirectoryInfo dir, ImmutableList directories ) : System

메소드 상세

AsOpen() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( DirectoryInfo dir ) : PackagesEntry
dir System.IO.DirectoryInfo
리턴 PackagesEntry

PackagesEntry() 보호된 메소드

protected PackagesEntry ( bool isOpen, DirectoryInfo dir, ImmutableList directories ) : System
isOpen bool
dir System.IO.DirectoryInfo
directories 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