ManagementPackElement Class

Definition

Defines the abstract base class for all management pack elements.

public ref class ManagementPackElement abstract : Microsoft::EnterpriseManagement::Configuration::ManagementPackItem, System::Xml::XPath::IXPathNavigable
[Microsoft.EnterpriseManagement.Configuration.TypeMapping("System.Extensibility", "1.0.0.0", "ManagementPackElement")]
[System.Serializable]
public abstract class ManagementPackElement : Microsoft.EnterpriseManagement.Configuration.ManagementPackItem, System.Xml.XPath.IXPathNavigable
type ManagementPackElement = class
    inherit ManagementPackItem
    interface IXPathNavigable
Public MustInherit Class ManagementPackElement
Inherits ManagementPackItem
Implements IXPathNavigable
Inheritance
ManagementPackElement
Derived
Attributes
Implements

Constructors

ManagementPackElement(IManagementPackStore, ExtensionIdentifier)

Initializes a new instance of the ManagementPackElement class by using a management pack store and an element identifier.

ManagementPackElement(ManagementPack, String)

Initializes a new ManagementPackElement object by using a management pack and a string identifier.

ManagementPackElement(ManagementPack, String, Guid)

Initializes a new ManagementPackElement object by using a management pack, a string identifier and a GUID for this element.

ManagementPackElement(ManagementPack, XmlReader)

Initializes a new ManagementPackElement object by using a management pack and an XML reader.

Properties

CategoryValue

Gets the category value.

Comment

Gets the optional comment associated with this management pack element.

Description

Gets or sets the description of the management pack element.

DisplayName

Gets or sets the display name of the management pack element.

HostManagementPack

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the management pack store.

(Inherited from Extension)
Id

Gets the GUID identifier of the management pack element.

Identifier

Gets the identifier of the management pack element.

InstanceName

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the instance name of extensions.

(Inherited from Extension)
LanguageCode

Gets or sets the default three-letter language code for this management pack element, which is used to specify the language for the description and display name of the element.

LastModified

Gets the time (UTC time) when the item was last modified.

(Inherited from ManagementPackItem)
ManagementGroup

Gets the management group.

ManagementGroupId

Gets the ID of the management group.

ManagementPackId

Gets the management pack identifier.

(Inherited from ManagementPackItem)
memberstatus

Gets or sets the status of this item.

(Inherited from ManagementPackItem)
Name

Gets the name of this management pack element.

Sealed

Gets the value indicating whether the management pack element is sealed or not.

Status

Gets the current status of the item.

(Inherited from ManagementPackItem)
TimeAdded

Gets the time (UTC time) when the item was created.

(Inherited from ManagementPackItem)
XmlTag

Gets the XML element tag that is defined by this type.

(Inherited from ManagementPackItem)

Methods

CheckVersionCompatibility(ManagementPackElement)

Checks version compatibility of the old version of element against the new version of the same element.

CreateNavigator()

Creates a new XPathNavigator object.

Equals(Object)

Determines whether this object equals the specified object.

GetArrayField<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the array field.

(Inherited from Extension)
GetCategories()

Retrieves a collection of ManagementPackCategory objects defined in this management pack object.

GetDisplayString(CultureInfo)

Gets the display string for this management pack element in the specified culture.

GetDisplayString(String)

Gets the display string for this management pack element in the specified language.

GetField<T>(String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the field.

(Inherited from Extension)
GetFolders()

Gets the collection of management pack folders associated with this management pack element.

GetHashCode()

Gets the hash code for this object.

GetImageReferences()

Gets the images associated with this management pack element.

GetKnowledgeArticle(CultureInfo)

Gets the knowledge article associated with this management pack element.

GetKnowledgeArticle(String)

Gets the knowledge article for this management pack element in the specified language.

GetManagementPack()

Gets the management pack that this object is defined in.

PostProcessChange(ManagementPack)

Called after changes to the management pack have been successfully applied. Any post-processing work is completed in this method.

ReadAttributes(ManagementPack, XmlReader)

Reads the attributes from this management pack element.

ReadElements(ManagementPack, XmlReader)

Reads the child elements from this management pack element.

Reconnect(EnterpriseManagementGroup)

Reconnects to a management pack object after this object has been disconnected.

Reconnect(ManagementPack)

Reconnects to a management pack object after this object has been disconnected.

SetField<T>(String, T)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Sets the field.

(Inherited from Extension)
ToString()

Gets the name of this management pack element.

UpdateCollection<T>(ManagementPackItemCollection<T>)

Updates the collection of management pack items.

(Inherited from ManagementPackItem)
Verify(VerificationContext)

Verifies a management pack element using the verification context.

WriteAttributes(XmlWriter)

Writes the attributes of this management pack element.

WriteElements(XmlWriter)

Writes the child elements to this management pack element.

WriteXml(XmlWriter)

Serializes the management pack element as XML.

Applies to