Table of Contents

AttachableObjectNode 类

命名空间
ClassIsland.Core.Models.ProfileAnalyzing
程序集
ClassIsland.Core.dll

代表一个AttachableSettingsObject在档案依赖关系图中的节点。

public class AttachableObjectNode : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
继承
AttachableObjectNode
实现
继承成员

属性

Address

public AttachableObjectAddress Address { get; set; }

属性值

AttachableObjectAddress

NextNodes

public ObservableDictionary<AttachableObjectAddress, AttachableObjectNode> NextNodes { get; set; }

属性值

ObservableDictionary<AttachableObjectAddress, AttachableObjectNode>

Object

public AttachableSettingsObject? Object { get; set; }

属性值

AttachableSettingsObject

PreviousNodes

public ObservableDictionary<AttachableObjectAddress, AttachableObjectNode> PreviousNodes { get; set; }

属性值

ObservableDictionary<AttachableObjectAddress, AttachableObjectNode>

RelatedLessons

public ObservableDictionary<AttachableObjectAddress, AttachableObjectNode> RelatedLessons { get; set; }

属性值

ObservableDictionary<AttachableObjectAddress, AttachableObjectNode>

Target

public AttachedSettingsTargets Target { get; set; }

属性值

AttachedSettingsTargets