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 | |
---|---|---|
DependenciesCalculator() | Initializes a new instance of DependenciesCalculator. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
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. | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
OrderObjects(array<IMajorObject[]) | Orders specified objects based on their relative dependency. | |
ToString() | (Inherited from Object.) |
Top