CheckCircuit Class |
Namespace: Aspose.Tasks.Util
The CheckCircuit type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckCircuit |
Initializes a new instance of the CheckCircuit class.
|
Name | Description | |
---|---|---|
![]() ![]() | Alg |
Check if the specified object was already processed.
(Overrides TreeAlgorithmBaseTAlg(T, Int32).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | PostAlg |
Called after processing of a node of a tree.
(Inherited from TreeAlgorithmBaseT.) |
![]() ![]() | PreAlg |
Called before processing of a node of a tree.
(Inherited from TreeAlgorithmBaseT.) |
![]() | ToString | (Inherited from Object.) |
var project = new Project(DataDir + "ParentChildTasks.mpp"); // check the project's structure. // The <see cref="TasksException"> will be thrown if the project structure is incorrect. try { TaskUtils.Apply(project.RootTask, new CheckCircuit(), 0); } catch (TasksException ex) { Console.WriteLine(ex); }