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 Creates a clone of this ConfigurableObject instance.
Public method GetProperties Returns a collection of properties for this instance.
Protected method TryConvertOutputProperty(Object, PropertyDefinition, Object)
Protected method TryConvertOutputProperty(Object, String, Object)
Public method Validate Returns a list of validation errors for the object.
Protected method ValidateRead Reads a list of validation errors.
Protected method ValidateWrite Writes a validation error to a list of validation errors.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IConfigurable.CopyChangesFrom Copies changes from the specified source.
Explicit interface implemetationPrivate property IConfigurable.ObjectState Gets the object state.
Explicit interface implemetationPrivate method IConfigurable.ResetChangeTracking Clears change tracking entries for the object.

Top

See also

Reference

ConfigurableObject class

Microsoft.Exchange.Data namespace