Share via


ManagementPackKnowledgeArticle Class

Definition

Represents a management pack element that is defined by the ManagementPackKnowledgeArticle complex type. This type defines a knowledge article for a specific element or subelement in the management pack. The knowledge article is either in HTML format or XML format (Microsoft Assistance Markup Language, or MAML).

public ref class ManagementPackKnowledgeArticle : Microsoft::EnterpriseManagement::Configuration::ManagementPackElementInfo
[System.Serializable]
public class ManagementPackKnowledgeArticle : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfo
type ManagementPackKnowledgeArticle = class
    inherit ManagementPackElementInfo
Public Class ManagementPackKnowledgeArticle
Inherits ManagementPackElementInfo
Inheritance
Attributes

Constructors

ManagementPackKnowledgeArticle(ManagementPack, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack and a culture.

ManagementPackKnowledgeArticle(ManagementPack, String)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack and a language code.

ManagementPackKnowledgeArticle(ManagementPackElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element and a culture.

ManagementPackKnowledgeArticle(ManagementPackElement, CultureInfo, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element, a culture, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackElement, String)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element and a language code.

ManagementPackKnowledgeArticle(ManagementPackElement, String, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a management pack element, a language code, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackKnowledgeArticle)

Initializes a new ManagementPackKnowledgeArticle object by using the clone parameter.

ManagementPackKnowledgeArticle(ManagementPackSubElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element and a culture.

ManagementPackKnowledgeArticle(ManagementPackSubElement, CultureInfo, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element, a culture, and a target management pack.

ManagementPackKnowledgeArticle(ManagementPackSubElement, String)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element and a language code.

ManagementPackKnowledgeArticle(ManagementPackSubElement, String, ManagementPack)

Initializes a new ManagementPackKnowledgeArticle object by using a sub element, a language code, and a target management pack.

Properties

ElementReference

Gets a reference to the management pack element.

(Inherited from ManagementPackElementInfo)
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)
HtmlContent

Gets or sets an HTML-based knowledge article. Any HTML can be used. HTML articles are generated when an Operations Manager 2005 management pack is converted.

Id

Gets an ID for the management pack element information.

(Inherited from ManagementPackElementInfo)
Identifier

Gets the identifier of the management pack element info.

(Inherited from ManagementPackElementInfo)
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 the three-letter language code for the language pack used by the knowledge article.

LastModified

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

(Inherited from ManagementPackItem)
MamlContent

Gets or sets an XML-based knowledge article using the Microsoft Assistance Markup Language (MAML) schema.

ManagementGroup

Gets the management group.

(Inherited from ManagementPackElementInfo)
ManagementGroupId

Gets the management group ID.

(Inherited from ManagementPackElementInfo)
ManagementPackId

Gets the management pack identifier.

(Inherited from ManagementPackItem)
memberstatus

Gets or sets the status of this item.

(Inherited from ManagementPackItem)
Status

Gets the current status of the item.

(Inherited from ManagementPackItem)
SubElementName

Gets the name of the child element to this management pack element.

(Inherited from ManagementPackElementInfo)
TimeAdded

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

(Inherited from ManagementPackItem)
Visible

Gets or sets a Boolean value that determines whether this knowledge article should be visible to the user.

XmlTag

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

Methods

AddIdentityString(StringBuilder)

Defines how the identity is added to the knowledge article object.

AddPendingChange()

Adds this object to the list of objects being changed for the host management pack.

(Inherited from ManagementPackElementInfo)
Equals(Object)

Determines whether this object equals the specified object.

(Inherited from ManagementPackElementInfo)
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)
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)
GetHashCode()

Gets the hash code for this object.

(Inherited from ManagementPackElementInfo)
GetManagementPack()

Gets the management pack that contains this object.

(Inherited from ManagementPackElementInfo)
PostProcessChange(ManagementPack)

Completes any post-processing work. This method is called after changes to the management pack have been successfully applied.

(Inherited from ManagementPackItem)
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.

(Inherited from ManagementPackElementInfo)
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()

Returns the name of the management pack element that this object contains information about.

(Inherited from ManagementPackElementInfo)
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(ManagementPack, XmlWriter)

Writes the attributes of this management pack element.

WriteElements(ManagementPack, XmlWriter)

Writes the child elements to this management pack element.

Applies to