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

Afficher le fichier Open project: Runt-Editor/Runt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void

Method Details

AsOpen() public abstract méthode

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

Entry() public méthode

public Entry ( string relativePath, bool isOpen ) : System.Collections.Generic
relativePath string
isOpen bool
Résultat System.Collections.Generic

RegisterOpenChange() protected méthode

protected RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void
open bool
c Newtonsoft.Json.Linq.JObject
Résultat void

WithChild() public abstract méthode

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