C# Класс Runt.Core.Model.FileTree.ProjectEntry

Наследование: DirectoryEntry
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_children Lazy>

Private Properties

Свойство Тип Описание
WithReferences ProjectEntry

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
WithReferences ( ReferencesEntry newRef, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChanges ) : ProjectEntry

Описание методов

AsOpen() публичный Метод

public AsOpen ( bool open, Newtonsoft.Json.Linq.JObject c ) : Entry
open bool
c Newtonsoft.Json.Linq.JObject
Результат Entry

Create() публичный статический Метод

public static Create ( DirectoryInfo dir, string relativePath ) : ImmutableList>.Tuple
dir System.IO.DirectoryInfo
relativePath string
Результат ImmutableList>.Tuple

ProjectEntry() защищенный Метод

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
Результат System

WithChild() публичный Метод

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
Результат Entry

WithConfigurations() публичный Метод

public WithConfigurations ( string name, IImmutableList configurations ) : ProjectEntry
name string
configurations IImmutableList
Результат ProjectEntry

WithDiagnostics() публичный Метод

public WithDiagnostics ( IImmutableList errors, IImmutableList warnings, Newtonsoft.Json.Linq.JObject change ) : ProjectEntry
errors IImmutableList
warnings IImmutableList
change Newtonsoft.Json.Linq.JObject
Результат ProjectEntry

WithId() публичный Метод

public WithId ( int id, Newtonsoft.Json.Linq.JObject change ) : ProjectEntry
id int
change Newtonsoft.Json.Linq.JObject
Результат ProjectEntry

WithReferences() публичный Метод

public WithReferences ( ReferencesEventArgs e, Newtonsoft.Json.Linq.JObject c ) : ProjectEntry
e ReferencesEventArgs
c Newtonsoft.Json.Linq.JObject
Результат ProjectEntry

WithSources() публичный Метод

public WithSources ( SourcesEventArgs e ) : ProjectEntry
e SourcesEventArgs
Результат ProjectEntry

Описание свойств

_children защищенное свойство

protected Lazy> _children
Результат Lazy>