ManagementPackDisplayString Class

Definition

Represents a management pack element that is defined by the ManagementPackDisplayString complex type. This type defines a display string for a specific element or child element in the management pack.

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

Constructors

ManagementPackDisplayString(ManagementPack, CultureInfo)

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

ManagementPackDisplayString(ManagementPack, String)

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

ManagementPackDisplayString(ManagementPackElement, CultureInfo)

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

ManagementPackDisplayString(ManagementPackElement, ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a management pack element, a host management pack, and a culture.

ManagementPackDisplayString(ManagementPackElement, ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a management pack element, a host management pack, and a language code.

ManagementPackDisplayString(ManagementPackElement, String)

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

ManagementPackDisplayString(ManagementPackSubElement, CultureInfo)

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

ManagementPackDisplayString(ManagementPackSubElement, ManagementPack, CultureInfo)

Initializes a new ManagementPackDisplayString object by using a sub element, a host management pack, and a culture.

ManagementPackDisplayString(ManagementPackSubElement, ManagementPack, String)

Initializes a new ManagementPackDisplayString object by using a sub element, a host management pack, and a language code.

ManagementPackDisplayString(ManagementPackSubElement, String)

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

Properties

Description

Gets or sets the description of the display string.

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)
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 that defines the language that the display string is in.

LastModified

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

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

Gets or sets the name of the display string.

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)
XmlTag

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

Methods

AddIdentityString(StringBuilder)

Defines how the identity string is built for this 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)

Executes post-processing operations for display strings on the client computer when a management pack is successfully changed.

ReadAttributes(ManagementPack, XmlReader)

Reads the attributes from this management pack element.

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

(Inherited from ManagementPackElementInfo)
WriteElements(ManagementPack, XmlWriter)

Writes the child elements to this management pack element.

Applies to