DEPENDENCIES_TYPE Enumeration
Description
The dependency types of an object in uses<->used-by relations with other objects.
Members
MemberValueDescription
DEPENDENCIES_TYPE_BOTH3This object is dependent on others and other are dependent on it.
DEPENDENCIES_TYPE_NONE0Has no dependencies.
DEPENDENCIES_TYPE_USED_BY2At least one other object is dependent this object.
DEPENDENCIES_TYPE_USING1This object is dependent on at least one other.