DependencyResult Members

Include Protected Members
Include Inherited Members

Defines the dependent object affected by the planned operation in the object calling DependenciesCalculator. This class cannot be inherited.

The DependencyResult type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Dependent Gets the dependent object affected by the planned operation in the object calling DependenciesCalculator.
Public property Description Gets a string with the description of the dependent object affected by the planned operation in the object calling the DependenciesCalculator.
Public property Type Gets the state in which Dependent object will be if the planned operation is performed in the object calling the DependenciesCalculator.

Top