ISfcSimpleNode Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ISfcSimpleNode is a simple interface to walk a Sfc or Sfc-adapted graph.
public interface ISfcSimpleNode
type ISfcSimpleNode = interface
Public Interface ISfcSimpleNode
Properties
ObjectReference |
The actual list that this simple list references |
Properties |
A simple indexer of the properties list. |
RelatedContainers |
A simple indexer of children list. It is keyed by the Relation's property name as defined by SfcMetadataDiscovery. The value of the dictionary is a list of children. |
RelatedObjects |
A simple indexer of children. It is keyed by the Relation's property name as defined by SfcMetadataDiscovery. The value of the dictionary is a list of children. |
Urn |
The Urn this simple node represents |