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

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

Private Properties

Свойство Тип Описание
GenerateReferences ImmutableList

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

Метод Описание
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : Entry
ReferencesEntry ( bool isOpen, string key, ImmutableList references, ReferencesEventArgs raw ) : System
WithChild ( int index, Entry child, Newtonsoft.Json.Linq.JObject changes, Newtonsoft.Json.Linq.JObject subChange ) : Entry

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

Метод Описание
GenerateReferences ( ) : ImmutableList

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

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

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

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

public ReferencesEntry ( bool isOpen, string key, ImmutableList references, ReferencesEventArgs raw ) : System
isOpen bool
key string
references ImmutableList
raw ReferencesEventArgs
Результат 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