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 | |
|---|---|---|
| .gif) | childNodes | Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the child nodes. | 
| .gif) | globalResultPaneActions | Indicates a System.Collections.Generic.List object that represents ActionDescription objects for global actions that are shown in the results pane. | 
| .gif) | globalScopePaneActions | Indicates a System.Collections.Generic.List object that represents ActionDescription objects for global actions that are shown in the scope pane. | 
| .gif) | nodeDescription | Indicates a NodeDescription object for the node. | 
| .gif) | queryProcessingAssembly | Indicates an AssemblyDescription object for the assembly that is used in processing queries. | 
| .gif) | resultPaneDescriptions | Indicates a System.Collections.Generic.List object that represents ResultPaneItemDescription objects for items that are displayed in the results pane. | 
| .gif) | 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 | |
|---|---|---|
| .gif) | ActiveFolderDescription | Gets or sets the active folder description. | 
| .gif) | Description | Gets or sets the text of the node description. | 
| .gif) | HelpTopic | Gets or sets the Help topic launched by the Configuration Manager console when the user selects Help. | 
| .gif) | 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 | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object) | 
| .gif) | GetHashCode | (inherited from Object) | 
| .gif) | GetType | (inherited from Object) | 
| .gif) .jpeg) | ReferenceEquals | (inherited from Object) | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | 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. | 
| .gif) | ToString | (inherited from Object) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object) | 
| .gif) | MemberwiseClone | (inherited from Object) | 
Top
See Also
Reference
NodeDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
AssemblyDescription Class
QueryDescription
ResultPaneItemDescription
ScopePaneItemDescription
ViewAssemblyDescription