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)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.ProviderFramework.ObjectModelBase
Syntax
public abstract class ObjectModelBase : INotifyPropertyChanged
public ref class ObjectModelBase abstract : INotifyPropertyChanged
Public MustInherit Class ObjectModelBase
Implements INotifyPropertyChanged
Constructors
Name | Description | |
---|---|---|
ObjectModelBase() | Initializes a new instance of the ObjectModelBase class. |
Properties
Name | Description | |
---|---|---|
Connected | Gets the status of the connection to the provider. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
RaisePropertyChanged(String) | Raises the property changed event with the specified property name. |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
ConnectedProperty | Defines the name of the connected property. |
Events
Name | Description | |
---|---|---|
PropertyChanged | Represents an INotifyPropertyChanged event that informs consumers of a provider when a property value is changed. |
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.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top