Share via


DependenciesCalculator Members

Include Protected Members
Include Inherited Members

Evaluates object dependencies on certain operations and produces a list of objects that would be removed, invalidated, or modified by the selected operation. This class cannot be inherited.

The DependenciesCalculator type exposes the following members.

Constructors

  Name Description
Public method DependenciesCalculator() Initializes a new instance of DependenciesCalculator.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetDeleteDependents(Database, array<Object[], Boolean) Evaluates dependencies for the delete operation over the specified array of objects in the specified database; and, if it is specified, evaluates dependencies recursively on the returned collection.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member OrderObjects(array<IMajorObject[]) Orders specified objects based on their relative dependency.
Public method ToString() (Inherited from Object.)

Top