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

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

공개 메소드들

메소드 설명
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
Create ( FileInfo file, string relativePath ) : FileEntry
FileEntry ( string rel, bool isOpen, FileInfo file ) : 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

Create() 공개 정적인 메소드

public static Create ( FileInfo file, string relativePath ) : FileEntry
file System.IO.FileInfo
relativePath string
리턴 FileEntry

FileEntry() 공개 메소드

public FileEntry ( string rel, bool isOpen, FileInfo file ) : System
rel string
isOpen bool
file System.IO.FileInfo
리턴 System

WithChild() 공개 최종 메소드

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