AttachableObjectNode 类
- 程序集
- ClassIsland.Core.dll
代表一个AttachableSettingsObject在档案依赖关系图中的节点。
public class AttachableObjectNode : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
AttachableObjectNode
- 实现
- 继承成员
属性
Address
public AttachableObjectAddress Address { get; set; }
属性值
NextNodes
public ObservableDictionary<AttachableObjectAddress, AttachableObjectNode> NextNodes { get; set; }
属性值
Object
public AttachableSettingsObject? Object { get; set; }
属性值
PreviousNodes
public ObservableDictionary<AttachableObjectAddress, AttachableObjectNode> PreviousNodes { get; set; }
属性值
RelatedLessons
public ObservableDictionary<AttachableObjectAddress, AttachableObjectNode> RelatedLessons { get; set; }
属性值
Target
public AttachedSettingsTargets Target { get; set; }