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

Inheritance: Entry
Afficher le fichier Open project: Runt-Editor/Runt

Méthodes publiques

Méthode 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 méthode

public AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
open bool
changes Newtonsoft.Json.Linq.JObject
Résultat Entry

Create() public static méthode

public static Create ( FileInfo file, string relativePath ) : FileEntry
file System.IO.FileInfo
relativePath string
Résultat FileEntry

FileEntry() public méthode

public FileEntry ( string rel, bool isOpen, FileInfo file ) : System
rel string
isOpen bool
file System.IO.FileInfo
Résultat System

WithChild() public final méthode

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
Résultat Entry