ISfcSimpleNode Interface
Definition
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 |