SfcDependencyDirection Enum

Definition

The SfcDependencyDirection enum indicates the direction of the relation relative to the current object. This is used when the direction is not already somehow implied.

public enum SfcDependencyDirection
type SfcDependencyDirection = 
Public Enum SfcDependencyDirection
Inheritance
SfcDependencyDirection

Fields

Inbound 1

An inbound relation means another object is dependent on the current object.

None 0

No direction implies association of two objects without a particular ordering.

Outbound 2

An outbound relation means the current object is dependent on another object.

Applies to