ADPresentationObject members

Include protected members
Include inherited members

Represents a presentation object for an ADObject.

The ADPresentationObject type exposes the following members.

Constructors

  Name Description
Public method ADPresentationObject() Initializes a new instance of the ADPresentationObject class.
Public method ADPresentationObject(ADObject) Initializes a new instance of the ADPresentationObject class based on an Active Directory data store object.

Top

Properties

  Name Description
Protected property CloneableEnabledStateProperties Gets the list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute.
Protected property CloneableOnceProperties Gets the list of properties on the presentation object that can be cloned only one time.
Protected property CloneableProperties Gets the list of cloneable properties on the presentation object.
Public property DistinguishedName Gets the distinguished name for the object. (Inherited from ADObject.)
Public property ExchangeVersion Gets the version of Microsoft Exchange that this object is associated with. (Inherited from ADObject.)
Public property Guid Gets the unique identifier for this object. (Inherited from ADObject.)
Public property Identity (Overrides ADObject.Identity.)
Public property IsValid Gets a value that indicates whether the presentation object is valid. (Overrides ConfigurableObject.IsValid.)
Public property Name Gets or sets the name associated with this object. (Inherited from ADObject.)
Public property ObjectCategory (Inherited from ADObject.)
Public property ObjectClass (Inherited from ADObject.)
Public property OrganizationId (Inherited from ADObject.)
Public property OriginatingServer (Inherited from ADRawEntry.)
Public property WhenChanged (Inherited from ADObject.)
Public property WhenChangedUTC (Inherited from ADObject.)
Public property WhenCreated (Inherited from ADObject.)
Public property WhenCreatedUTC (Inherited from ADObject.)

Top

Methods

  Name Description
Public method Clone Creates a clone of this ConfigurableObject instance. (Inherited from ConfigurableObject.)
Protected methodStatic member GetCloneableEnabledStateProperties Returns a list of properties on the presentation object marked with a ProvisionalCloneEnabledState attribute.
Protected methodStatic member GetCloneableOnceProperties Returns a list of properties on the presentation object with a ProvisionalCloneOnce attribute.
Protected methodStatic member GetCloneableProperties Returns a list of properties on the presentation object with a ProvisionalClone attribute.
Public method GetProperties Returns a collection of properties for this instance. (Inherited from ConfigurableObject.)
Protected method SetObjectClass (Inherited from ADObject.)
Public method ToString (Inherited from ADObject.)
Protected method TryConvertOutputProperty(Object, PropertyDefinition, Object) (Inherited from ConfigurableObject.)
Protected method TryConvertOutputProperty(Object, String, Object) (Inherited from ConfigurableObject.)
Public method Validate Returns a list of validation errors for the object. (Inherited from ConfigurableObject.)
Protected method ValidateRead Validates the presentation object when it is read. (Overrides ADObject.ValidateRead(List<ValidationError>).)
Protected method ValidateWrite Validates the presentation object when it is written. (Overrides ADObject.ValidateWrite(List<ValidationError>).)

Top

Explicit interface implementations

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

Top

See also

Reference

ADPresentationObject class

Microsoft.Exchange.Data.Directory.Management namespace