ObjectModelBase Class

 

Represents the methods that are used by a provider object model to ensure consistency.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

System::Object
  Microsoft.WindowsServerSolutions.Common.ProviderFramework::ObjectModelBase

public ref class ObjectModelBase abstract : INotifyPropertyChanged

NameDescription
System_CAPS_protmethodObjectModelBase()

Initializes a new instance of the ObjectModelBase class.

NameDescription
System_CAPS_pubpropertyConnected

Gets the status of the connection to the provider.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodRaisePropertyChanged(String^)

Raises the property changed event with the specified property name.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticConnectedProperty

Defines the name of the connected property.

NameDescription
System_CAPS_pubeventPropertyChanged

Represents an INotifyPropertyChanged event that informs consumers of a provider when a property value is changed.

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

Return to top

Community Additions

ADD
Show: