NDepend.API Documentation
ICodeElementParent Interface Properties

NDepend.CodeModel Namespace : ICodeElementParent Interface

For a list of all members of this type, see ICodeElementParent members.

Public Properties
 NameDescription
 Property Gets a sequence of events declared in this namespace. If this code element is declared in (or is) a third-party assembly, gets only events used by the application.  
 Property Gets a sequence of fields declared in this namespace. If this code element is declared in (or is) a third-party assembly, gets only fields used by the application.  
 Property Gets a sequence of methods and fields declared in this scope. If this code element is declared in (or is) a third-party assembly, gets only methods and fields used by the application.  
 Property Gets a sequence of methods declared in this namespace. If this code element is declared in (or is) a third-party assembly, gets only methods used by the application.  
 Property Gets a sequence of namespaces declared in this scope. If this code element is declared in (or is) a third-party assembly, gets only methods used by the application.  
 Property Gets a sequence of properties declared in this code element. If this code element is declared in (or is) a third-party assembly, gets only properties used by the application.  
 Property Gets a sequence of types declared in this scope. If this code element is declared in (or is) a third-party assembly, gets only methods used by the application.  
 Property Gets a sequence of types, methods and fields declared in this scope. If this code element is declared in (or is) a third-party assembly, gets only types, methods and fields used by the application.  
 Property Returns a sequence of direct children code elements.  
 PropertyReturns a sequence of this code element followed by its direct children code elements.  
 PropertyReturn a sequence of this code element followed by all its children code elements.  
 Property Gets the number of events declared in this assembly, namespace or type. Gets null if the parent assembly is a third-party assembly.  
 Property Gets the number of fields declared in this assembly, namespace or type. Gets null if the parent assembly is a third-party assembly.  
 Property Gets the number of methods declared in this assembly, namespace or type. Gets null if the parent assembly is a third-party assembly.  
 Property Gets the number of properties declared in this assembly, namespace or type. Gets null if the parent assembly is a third-party assembly.  
 Property Returns a sequence of all children code elements.  
Top
See Also

Reference

ICodeElementParent Interface
NDepend.CodeModel Namespace