EnterpriseManagementBase Class

Definition

Represents the base class for enterprise management objects and properties.

public ref class EnterpriseManagementBase abstract : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Serializable]
public abstract class EnterpriseManagementBase : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type EnterpriseManagementBase = class
    inherit MonitoringBaseWithId
Public MustInherit Class EnterpriseManagementBase
Inherits MonitoringBaseWithId
Inheritance
EnterpriseManagementBase
Derived
Attributes

Constructors

EnterpriseManagementBase()

Creates a new instance of the EnterpriseManagementBase class with default values.

EnterpriseManagementBase(EnterpriseManagementGroup)

Creates a new instance of the EnterpriseManagementBase class from the provided management group.

Properties

Id

Gets the unique identifier for the connected object.

(Inherited from MonitoringBaseWithId)
ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)

Methods

Equals(Object)

Compares this object with a specified object for equality.

(Inherited from MonitoringBaseWithId)
GetHashCode()

Returns the hash code for this object.

(Inherited from MonitoringBaseWithId)
Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

(Inherited from MonitoringBase)
SetId(Guid)

Sets the connected object by specifying the unique identifier.

(Inherited from MonitoringBaseWithId)
ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)

Applies to