Aqualogic Interaction API  
 

PT_OBJECT_DEPENDENCY_TYPES Class

These constants define the types of dependency that one migration element can have on another migration element. The PT_ODC_DEPENDENCY_TYPE column in the data returned by the IPTMigrationElement.GetDependencies call will be a value from the PT_OBJECT_DEPENDENCY_TYPES constants.

For a list of all members of this type, see PT_OBJECT_DEPENDENCY_TYPES Members.

System.Object
   com.plumtree.server.PT_OBJECT_DEPENDENCY_TYPES

public sealed class PT_OBJECT_DEPENDENCY_TYPES

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

PT_OBJECT_DEPENDENCY_TYPES Members | com.plumtree.server Namespace | IPTMigrationElement