ScopePaneItemDescription Members
Represents a single scope pane, indicated by a ScopePaneItemDescription XML element. Basics for the pane are represented by the PaneItemDescriptionBase class in Configuration Manager 2007.
The following tables list the members exposed by the ScopePaneItemDescription type.
Public Constructors
Name | Description | |
---|---|---|
ScopePaneItemDescription | Initializes a new instance of ScopePaneItemDescription. |
Top
Public Fields
Name | Description | |
---|---|---|
actions | Indicates a System.Collections.Generic.List object that represents ActionDescription objects for the pane item. (inherited from PaneItemDescriptionBase) | |
childNodes | Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the child nodes of the scope pane item. | |
queries | Indicates System.Collections.Generic.List that represents QueryDescription objects for the queries that are supported by the pane item. (inherited from PaneItemDescriptionBase) | |
relativeNodes | Indicates a System.Collections.Generic.List object that represents RootNodeDescription objects for the relative nodes of the scope pane item. |
Top
Public Properties
Name | Description | |
---|---|---|
Description | Gets or sets description text for the item. (inherited from PaneItemDescriptionBase) | |
ExternalActionsAdded | Gets or sets a value that indicates whether external actions are added. (inherited from PaneItemDescriptionBase) | |
NamespaceGuid | Gets or sets the namespace GUID of the created node. (inherited from PaneItemDescriptionBase) |
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) | |
ShouldSerializeactions | Determines whether the actions field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. (inherited from PaneItemDescriptionBase) | |
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. (inherited from PaneItemDescriptionBase) | |
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. (inherited from PaneItemDescriptionBase) | |
ShouldSerializequeries | Determines whether the queries field should be serialized. This method supports the Configuration Manager infrastructure and is not intended to be used directly from your code. (inherited from PaneItemDescriptionBase) | |
ShouldSerializerelativeNodes | Determines whether the relativeNodes 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
ScopePaneItemDescription Class
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
PaneItemDescriptionBase Class