ManagementPackClass Class

Definition

Represents a management pack class. Management pack classes are defined in the ClassTypes elements in management packs. You can use this class to find information such as the available properties on the management pack class.

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

Constructors

ManagementPackClass(ManagementPack, String, ManagementPackAccessibility)

Initializes a new ManagementPackClass object using a management pack, a string identifier, and a management pack accessibility.

Properties

Abstract

Gets or sets a value that indicates whether this type is abstract.

(Inherited from ManagementPackType)
Accessibility

Gets or sets the accessibility of the management pack item.

(Inherited from ManagementPackAccessibleElement)
Base

Gets or sets the class that this class is derived from.

CategoryValue

Gets the category value.

(Inherited from ManagementPackElement)
Comment

Gets the optional comment associated with this management pack element.

(Inherited from ManagementPackElement)
Description

Gets or sets the description of the management pack element.

(Inherited from ManagementPackElement)
DisplayName

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

(Inherited from ManagementPackElement)
Extension

Gets or sets the value that indicates whether the class extends or derives from the base class.

FullTextSearchable

Gets or sets the management pack searchable properties.

Hosted

Gets or sets a Boolean value that determines whether an instance of this class can exist only when it is hosted by an instance of another class.

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.

(Inherited from ManagementPackElement)
Identifier

Gets the identifier of the management pack element.

(Inherited from ManagementPackElement)
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)
Item[Guid, PropertyExtensionMode]

Gets the management pack with the specified id.

Item[Guid]

Gets the management pack type with the specified ID.

(Inherited from ManagementPackType)
Item[String, PropertyExtensionMode]

Gets the management pack with the specified name.

Item[String]

Gets the management pack type with the specified name.

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

(Inherited from ManagementPackElement)
LastModified

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

(Inherited from ManagementPackItem)
ManagementGroup

Gets the management group.

(Inherited from ManagementPackElement)
ManagementGroupId

Gets the ID of the management group.

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

(Inherited from ManagementPackElement)
OptimizationCollection

Gets the optimization collection.

PropertyCollection

Gets the collection of properties in the class that are populated during discovery of the class.

Sealed

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

(Inherited from ManagementPackElement)
Singleton

Gets or sets a Boolean value that determines whether this class is a singleton class.

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.

Methods

CheckVersionCompatibility(ManagementPackElement)

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

ContainsProperty(Guid)

Determines whether this type contains the specified property.

(Inherited from ManagementPackType)
ContainsProperty(Guid, PropertyExtensionMode)

Determines whether this type contains the specified property by using the property identifier and property extension mode.

ContainsProperty(String)

Determines whether this type contains the specified property.

(Inherited from ManagementPackType)
ContainsProperty(String, PropertyExtensionMode)

Determines whether this type contains the specified property by using the property name and property extension mode.

CreateNavigator()

Creates a new XPathNavigator object.

(Inherited from ManagementPackElement)
Equals(Object)

Determines whether this object equals the specified object.

(Inherited from ManagementPackElement)
FindHostClass()

Returns the source class that is the host for this class.

FindHostRelationship()

Returns the host relationship defined in the management pack where this class is defined.

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)
GetBaseType()

Retrieves the immediate base type for this object.

(Inherited from ManagementPackType)
GetBaseTypes()

Retrieves the entire hierarchy of base types for this object.

(Inherited from ManagementPackType)
GetCategories()

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

(Inherited from ManagementPackElement)
GetDerivedTypes()

Retrieves the immediate derived types for this object.

(Inherited from ManagementPackType)
GetDerivedTypes(TraversalDepth)

Retrieves the immediate derived types for this object.

(Inherited from ManagementPackType)
GetDisplayString(CultureInfo)

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

(Inherited from ManagementPackElement)
GetDisplayString(String)

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

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

(Inherited from ManagementPackElement)
GetHashCode()

Gets the hash code for this object.

(Inherited from ManagementPackElement)
GetImageReferences()

Returns the management pack image references associated with this management pack element in this management pack.

GetKeyProperties()

Retrieves the list of properties that are keys for this object.

(Inherited from ManagementPackType)
GetKeyProperties(BaseClassTraversalDepth)

Retrieves the list of properties that are keys for this object.

(Inherited from ManagementPackType)
GetKnowledgeArticle(CultureInfo)

Gets the knowledge article associated with this management pack element.

(Inherited from ManagementPackElement)
GetKnowledgeArticle(String)

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

(Inherited from ManagementPackElement)
GetManagementPack()

Gets the management pack that this object is defined in.

(Inherited from ManagementPackElement)
GetParentClasses(DerivedClassTraversalDepth, ManagementPackRelationship, TraversalDepth)

Retrieves all the monitoring object classes that are parent classes to this type by using the provided relationship type.

GetProperties()

Retrieves the list of properties for this object.

(Inherited from ManagementPackType)
GetProperties(BaseClassTraversalDepth)

Retrieves the list of properties for this object.

(Inherited from ManagementPackType)
GetProperties(BaseClassTraversalDepth, PropertyExtensionMode)

Gets a list of all properties for this object.

GetRelatedClasses(DerivedClassTraversalDepth, ManagementPackRelationship, TraversalDepth)

Retrieves all the monitoring object classes related to this type by using the provided relationship type.

GetRelationships()

Retrieves all the relationship classes of which this monitoring class is a part.

GetRelationships(DerivedClassTraversalDepth)

Retrieves all the relationship classes of which this monitoring class is a part.

GetRelationshipsWhereSource()

Retrieves all the relationship classes of which this monitoring class is a part as the source.

GetRelationshipsWhereSource(DerivedClassTraversalDepth)

Retrieves all the relationship classes of which this monitoring class is a part as the source.

GetRelationshipsWhereTarget()

Retrieves all the relationship classes of which this monitoring class is a part as the target.

GetRelationshipsWhereTarget(DerivedClassTraversalDepth)

Retrieves all the relationship classes of which this monitoring class is a part as the target.

IsSubClassOf(ManagementPackClass)
Obsolete.

Determines whether this object is derived from the specified ManagementPackClass object.

IsSubtypeOf(ManagementPackType)

Determines whether this object’s type is a subclass of the specified base type.

(Inherited from ManagementPackType)
PostProcessChange(ManagementPack)

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

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

(Inherited from ManagementPackElement)
TryGetProperty(Guid, ManagementPackProperty)

Tries the get property.

(Inherited from ManagementPackType)
TryGetProperty(Guid, PropertyExtensionMode, ManagementPackProperty)

Tries to get the property that contains the specified property identifier, property extension mode, and management pack property.

TryGetProperty(String, ManagementPackProperty)

Tries the get property.

(Inherited from ManagementPackType)
TryGetProperty(String, PropertyExtensionMode, ManagementPackProperty)

Tries to get the property that contains the specified property name, property extension mode, and management pack property.

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.

(Inherited from ManagementPackElement)

Applies to