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

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

Protected Properties

Свойство Type Description
_children Lazy>

Private Properties

Свойство Type Description
WithReferences ProjectEntry

Méthodes publiques

Méthode Description
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject c ) : Entry
Create ( DirectoryInfo dir, string relativePath ) : ImmutableList>.Tuple
WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry
WithConfigurations ( string name, IImmutableList configurations ) : ProjectEntry
WithDiagnostics ( IImmutableList errors, IImmutableList warnings, Newtonsoft.Json.Linq.JObject change ) : ProjectEntry
WithId ( int id, Newtonsoft.Json.Linq.JObject change ) : ProjectEntry
WithReferences ( ReferencesEventArgs e, Newtonsoft.Json.Linq.JObject c ) : ProjectEntry
WithSources ( SourcesEventArgs e ) : ProjectEntry

Méthodes protégées

Méthode Description
ProjectEntry ( string rel, bool isOpen, DirectoryInfo dir, ImmutableList directories, ImmutableList files, ReferencesEntry references, ImmutableList diagnostics, int id, ImmutableList sources, string>.ImmutableDictionary generatedSources, IImmutableList configurations ) : System

Private Methods

Méthode Description
WithReferences ( ReferencesEntry newRef, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChanges ) : ProjectEntry

Method Details

AsOpen() public méthode

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

Create() public static méthode

public static Create ( DirectoryInfo dir, string relativePath ) : ImmutableList>.Tuple
dir System.IO.DirectoryInfo
relativePath string
Résultat ImmutableList>.Tuple

ProjectEntry() protected méthode

protected ProjectEntry ( string rel, bool isOpen, DirectoryInfo dir, ImmutableList directories, ImmutableList files, ReferencesEntry references, ImmutableList diagnostics, int id, ImmutableList sources, string>.ImmutableDictionary generatedSources, IImmutableList configurations ) : System
rel string
isOpen bool
dir System.IO.DirectoryInfo
directories ImmutableList
files ImmutableList
references ReferencesEntry
diagnostics ImmutableList
id int
sources ImmutableList
generatedSources string>.ImmutableDictionary
configurations IImmutableList
Résultat System

WithChild() public méthode

public 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

WithConfigurations() public méthode

public WithConfigurations ( string name, IImmutableList configurations ) : ProjectEntry
name string
configurations IImmutableList
Résultat ProjectEntry

WithDiagnostics() public méthode

public WithDiagnostics ( IImmutableList errors, IImmutableList warnings, Newtonsoft.Json.Linq.JObject change ) : ProjectEntry
errors IImmutableList
warnings IImmutableList
change Newtonsoft.Json.Linq.JObject
Résultat ProjectEntry

WithId() public méthode

public WithId ( int id, Newtonsoft.Json.Linq.JObject change ) : ProjectEntry
id int
change Newtonsoft.Json.Linq.JObject
Résultat ProjectEntry

WithReferences() public méthode

public WithReferences ( ReferencesEventArgs e, Newtonsoft.Json.Linq.JObject c ) : ProjectEntry
e ReferencesEventArgs
c Newtonsoft.Json.Linq.JObject
Résultat ProjectEntry

WithSources() public méthode

public WithSources ( SourcesEventArgs e ) : ProjectEntry
e SourcesEventArgs
Résultat ProjectEntry

Property Details

_children protected_oe property

protected Lazy> _children
Résultat Lazy>