BaseObject Class

 

Applies To: System Center 2012 Configuration Manager

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
    Microsoft.ConfigurationManagement.ApplicationManagement.Installer

Syntax

[SerializableAttribute]
public abstract class BaseObject : IChangeTracker, ICloneable
[SerializableAttribute]
public ref class BaseObject abstract : IChangeTracker, ICloneable
<SerializableAttribute>
Public MustInherit Class BaseObject
    Implements IChangeTracker, ICloneable

Constructors

Name Description
System_CAPS_protmethod BaseObject()

Properties

Name Description
System_CAPS_protproperty InsideIsChangedSetter

System_CAPS_pubproperty IsChanged

System_CAPS_pubproperty IsReadOnly

Methods

Name Description
System_CAPS_protmethod AttachTracker(IChangeTracker)

System_CAPS_pubmethod ChangeId()

System_CAPS_protmethod CheckIsChanged()

System_CAPS_pubmethod Clone()

System_CAPS_pubmethod Copy()

System_CAPS_pubmethod CopyFrom(IAppMgmtObject)

System_CAPS_protmethod DetachTracker(IChangeTracker)

System_CAPS_protmethod EnumerateFields()

System_CAPS_protmethodSystem_CAPS_static EnumerateFields(Type)

System_CAPS_pubmethod EnumerateLocalizedProperties()

System_CAPS_protmethod EnumerateTrackerChildren()

System_CAPS_pubmethod Equals(Object)

(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetResourceId(String)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnChanged(Object, ChangeEventArgs)

System_CAPS_pubmethod OnChangeId(Object, ChangeEventArgs)

System_CAPS_protmethod OnChanging(Object, ChangeEventArgs)

System_CAPS_protmethod OnDeserialized()

System_CAPS_protmethod OnDeserializing()

System_CAPS_protmethod OnSerialized()

System_CAPS_protmethod OnSerializing()

System_CAPS_protmethod SetIsChanged(Boolean)

System_CAPS_protmethod SetProp<T>(String, T, T)

System_CAPS_pubmethod SetResourceId(String, String)

System_CAPS_pubmethod ToString()

(Overrides Object.ToString().)

System_CAPS_pubmethod Validate()

System_CAPS_pubmethod ValidateProperty(PropertyInfo)

System_CAPS_pubmethod ValidateProperty(PropertyInfo, Object)

Events

Name Description
System_CAPS_protevent OnChangedEvent

System_CAPS_protevent OnChangingEvent

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privevent IChangeTracker.OnChangedEvent

System_CAPS_pubinterfaceSystem_CAPS_privevent IChangeTracker.OnChangingEvent

System_CAPS_pubinterfaceSystem_CAPS_privmethod IChangeTracker.OnChanged(Object, ChangeEventArgs)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IChangeTracker.OnChanging(Object, ChangeEventArgs)

System_CAPS_pubinterfaceSystem_CAPS_privproperty IChangeTracker.IsChanged

System_CAPS_pubinterfaceSystem_CAPS_privproperty IChangeTracker.IsReadOnly

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top