ConsoleRootDescription Members
Represents a summary description for a ConsoleRootDescription XML element that defines information about the topmost nodes in the Configuration Manager 2007 console. One or more console root description blocks are provided in a ConsoleRootObjects XML element.
The following tables list the members exposed by the ConsoleRootDescription type.
Public Constructors
Name | Description | |
---|---|---|
ConsoleRootDescription | Initializes a new instance of ConsoleRootDescription. |
Top
Public Fields
Name | Description | |
---|---|---|
globalRootActions | Indicates a System.Collections.Generic.List object that represents ActionDescription objects for global root actions that are reflected in the console root. | |
imagesDescription | Indicates the NodeImagesDescription object associated with the console root. | |
nodeAssemblyDescription | Indicates the AssemblyDescription object that is associated with the console root. | |
resourceAssembly | Indicates the AssemblyDescription object that is associated with the resource assembly for the console root. | |
restrictedClipboardFormats | Indicates a System.Collections.Generic.List object that represents strings for the restricted clipboard formats for the console root. | |
unrestrictedClipboardFormats | Indicates a System.Collections.Generic.List object that represents strings for the unrestricted clipboard formats for the console root. | |
viewAssemblyDescription | Indicates a System.Collections.Generic.List object that represents ViewAssemblyDescription objects that are associated with the console root. |
Top
Public Properties
Name | Description | |
---|---|---|
DisplayDescription | Gets or sets the text that is displayed in the request status bar of Microsoft Management Console for the console root description. | |
DisplayName | Gets or sets the name of the console root description, as displayed in Microsoft Management Console. | |
ExpandImmediate | Gets or sets a value that indicates whether the Configuration Manager console should perform next-level expansion. | |
ExternalActionsAdded | Gets or sets a value that indicates if external actions are added to the console root description. | |
HelpTopic | Gets or sets the Help topic launched by the Configuration Manager console when the user selects Help. | |
MatchPattern | Gets or sets a regular expression that is executed against the value of the MatchValueToTest property to determine when the console root node is operational. | |
MatchValueToTest | Gets or sets a regular expression that is executed against the value of the MatchPattern property to determine when the console root node is operational. | |
NamespaceGuid | Gets or sets the GUID of the created console root node. | |
NodeId | Gets or sets the node identifier for the console root. | |
RootClass | Gets or sets the name of the class for the console root. | |
SqmDataPoint | Gets or sets a Software Quality Matrix (SQM) data point value used to report information to SQM. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code. |
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) | |
ShouldSerializeDisplayDescription | Determines whether the DisplayDescription property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeDisplayName | Determines whether the DisplayName property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeglobalRootActions | Determines whether the globalRootActions 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. | |
ShouldSerializeimagesDescription | Determines whether the imagesDescription field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeMatchPattern | Determines whether the MatchPattern property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeMatchValueToTest | Determines whether the MatchValueToTest property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeNamespaceGuid | Determines whether the NamespaceGuid property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializenodeAssemblyDescription | Determines whether the nodeAssemblyDescription field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeNodeId | Determines whether the NodeId property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeresourceAssembly | Determines whether the resourceAssembly field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializerestrictedClipboardFormats | Determines whether the restrictedClipboardFormats field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeRootClass | Determines whether the RootClass property should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeunrestrictedClipboardFormats | Determines whether the unrestrictedClipboardFormats field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. | |
ShouldSerializeviewAssemblyDescription | Determines whether the viewAssemblyDescription 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
ConsoleRootDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ActionDescription Class
AssemblyDescription Class
NodeImagesDescription
ViewAssemblyDescription