ConfigurableObject Members

Include Protected Members
Include Inherited Members

Represents an object that can be configured from an external configuration provider.

The ConfigurableObject type exposes the following members.

Properties

  Name Description
Public property Identity Gets or sets the identifier of the object.
Public property IsValid Gets a value that indicates whether the object is configured correctly.

Top

Methods

  Name Description
Public method Clone
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetProperties
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate
Protected method ValidateRead
Protected method ValidateWrite

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IConfigurable.CopyChangesFrom
Explicit interface implemetationPrivate property IConfigurable.ObjectState
Explicit interface implemetationPrivate method IConfigurable.ResetChangeTracking

Top