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

Mostrar archivo Open project: Runt-Editor/Runt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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

Protected Methods

Method Description
RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void

Method Details

AsOpen() public abstract method

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

Entry() public method

public Entry ( string relativePath, bool isOpen ) : System.Collections.Generic
relativePath string
isOpen bool
return System.Collections.Generic

RegisterOpenChange() protected method

protected RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void
open bool
c Newtonsoft.Json.Linq.JObject
return void

WithChild() public abstract method

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