SfcTypeRelation Enum
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.
TODO: Move to the SfcTypeInfo when defined. The SfcTypeRelation enum describes the type of relation between two objects. It defines whether the relation is of a parent-child vs. referential nature, the direction of the relation if any, and determines which types of relations are applicable in different DepedencyDIscoveryMode processing scenarios.
public enum SfcTypeRelation
type SfcTypeRelation =
Public Enum SfcTypeRelation
- Inheritance
-
SfcTypeRelation
Fields
Name | Value | Description |
---|---|---|
ContainedChild | 0 | A direct containment relation which is not required for completeness of the parent container. |
RequiredChild | 1 | A direct containment relation which is required for completeness of the parent container. These relations are proxy candidates where applicable. |
StrongReference | 2 | An indirect reference relation which has a direction for ordering. |
WeakReference | 3 | An indirect reference relation which has no inherent directionality to it. It represents discovery with no particular ordering ties. |