Represents a single results pane, indicated by a ResultPaneItemDescription 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 ResultPaneItemDescription type.

Public Constructors

  Name Description
ResultPaneItemDescription Initializes a new instance of ResultPaneItemDescription.
Top

Public Fields

  Name Description
public field actions  Indicates a System.Collections.Generic.List object that represents ActionDescription objects for the pane item.(inherited from PaneItemDescriptionBase)
public field queries  Indicates System.Collections.Generic.List that represents QueryDescription objects for the queries that are supported by the pane item.(inherited from PaneItemDescriptionBase)
Top

Public Properties

  Name Description
public property Description  Gets or sets description text for the item. (inherited from PaneItemDescriptionBase)
public property ExternalActionsAdded  Gets or sets a value that indicates whether external actions are added.(inherited from PaneItemDescriptionBase)
public property NamespaceGuid  Gets or sets the namespace GUID of the created node. (inherited from PaneItemDescriptionBase)
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 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)
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.(inherited from PaneItemDescriptionBase)
public method 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)
public method 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)
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.