NDepend.API Documentation
IController Interface Members
Properties  Methods 

NDepend.CodeQuery Namespace : IController Interface

The following tables list the members exposed by IController.

Public Properties
 NameDescription
 Property Gets the root parent on which the controller does changes.  
Top
Public Methods
 NameDescription
 MethodAsk the user through a dialog, if he really wishes to delete groupToDelete.  
 MethodAsk the user through a dialog, if he really wishes to delete queryToDelete.  
 MethodGets a value indicating whether group.IGroup.IsActive can be changed.  
 MethodGets a value indicating whether group.IGroup.Name can be changed.  
 MethodGets a value indicating whether group.IGroup.ShownInReport can be changed.  
 MethodGets a value indicating whether query.IGroup.IsActive can be changed.  
 MethodGets a value indicating whether groupToDelete can be deleted.  
 MethodGets a value indicating whether queryToDelete can be deleted.  
 MethodGets a value indicating whether a group can be inserted under setParent.  
 MethodGets a value indicating whether a query can be inserted under groupParent.  
 MethodGets a value indicating whether group name can be changed to newName.  
 Method Creates a new group object.  
 Method Create a new query object.  
 MethodAdd groupToAdd under oldSetParent.  
 MethodAdd queryToAdd under groupParentOldObj.  
 MethodChange group.IGroup.IsActive to active.  
 MethodChange group.IGroup.Name to newName.  
 MethodChange group.IGroup.ShownInReport to shownInReport.  
 MethodChange query.IQuery.IsActive to active.  
 MethodDo delete groupToDelete.  
 MethodDo delete queryToDelete.  
 MethodInsert groupToInsert under oldSetParent.  
 MethodInsert queryToInsert under groupParentOldObj.  
 MethodUpdate oldQuery object with newQuery object.  
Top
See Also

Reference

IController Interface
NDepend.CodeQuery Namespace