SfcTypeRelation Enum

Definition

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

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.

Applies to