Represents summary information for a Configuration Manager 2007 console node, consisting of a scope pane and a results pane. The console node is indicated by a NodeDescription XML element.

The following tables list the members exposed by the NodeDescription type.

Public Constructors

  Name Description
NodeDescription Initializes a new instance of NodeDescription.
Top

Public Fields

  Name Description
public field childNodes Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the child nodes.
public field globalResultPaneActions Indicates a System.Collections.Generic.List object that represents ActionDescription objects for global actions that are shown in the results pane.
public field globalScopePaneActions Indicates a System.Collections.Generic.List object that represents ActionDescription objects for global actions that are shown in the scope pane.
public field nodeDescription Indicates a NodeDescription object for the node.
public field queryProcessingAssembly Indicates an AssemblyDescription object for the assembly that is used in processing queries.
public field resultPaneDescriptions Indicates a System.Collections.Generic.List object that represents ResultPaneItemDescription objects for items that are displayed in the results pane.
public field scopePaneDescriptions Indicates a System.Collections.Generic.List object that represents ScopePaneItemDescription objects for items that are displayed in the scope pane.
Top

Public Properties

  Name Description
public property ActiveFolderDescription Gets or sets the active folder description.
public property Description Gets or sets the text of the node description.
public property HelpTopic Gets or sets the Help topic launched by the Configuration Manager console when the user selects Help.
public property SearchFolderOnly Gets or sets a value that indicates whether the node is for search folders only.
Top

Public Methods (see also Protected Methods )

  Name Description
public method Equals  Overloaded. (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method static ReferenceEquals  (inherited from Object )
public method ShouldSerializechildNodes Determines whether the childNodes field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializeDescription Determines whether the Description property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializeglobalResultPaneActions Determines whether the globalResultPaneActions field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializeglobalScopePaneActions Determines whether the globalScopePaneActions field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializeHelpTopic Determines whether the HelpTopic property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializequeryProcessingAssembly Determines whether the queryProcessingAssembly field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializeresultPaneDescriptions Determines whether the resultPaneDescriptions field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ShouldSerializescopePaneDescriptions Determines whether the scopePaneDescriptions field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
public method ToString  (inherited from Object )
Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )
Top

See Also


Send comments about this topic to Microsoft.