SfcDependencyNode Class

Definition

The SfcDependencyNode is used for enumerator access to the Sfc objects and their KeyChains resulting from a SfcDependencyEngine discovery.

public sealed class SfcDependencyNode
type SfcDependencyNode = class
Public NotInheritable Class SfcDependencyNode
Inheritance
SfcDependencyNode

Properties

AncestorCount

The number of ancestors of the this dependency node.

Ancestors

Enumerate over the ancestors of this dependency node.

ChildCount

The number of children of the this dependency node.

Children

Enumerate over the children of this dependency node.

Discovered

The discovered state of this node. Domain-level discovery should set this accordingly per node, whereas object-level discovery will have it set automatically for self.

Instance

The Instance of this dependency node.

Methods

IsPhysicalAncestor(Int32)

The ancestor relation state of this node. Indicates whether this ancestor is a physical relation or not. Filter via this flag to process only Parent-Child relations.

IsPhysicalChild(Int32)

The child relation state of this node. Indicates whether this child is a physical relation or not. Filter via this flag to process only Parent-Child relations.

Applies to