C# Class Runt.Core.Model.FileTree.FileEntry

Inheritance: Entry
Exibir arquivo Open project: Runt-Editor/Runt

Public Methods

Method Description
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

Method Details

AsOpen() public method

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

Create() public static method

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

FileEntry() public method

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

WithChild() public final method

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
return Entry