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