AttributeChange Members

Represents an attribute associated with a CSEntryChange object. It has a property of its modification type.

The following tables list the members exposed by the AttributeChange type.

Protected Constructors

  Name Description
  AttributeChange Creates an instance of the AttributeChange class without parameter.

Top

Public Properties

  Name Description
public property DataType Retrieves one of the AttributeType values that identifies the type of data contained by the attribute.
public property IsMultiValued Indicates whether the attribute is multi-valued or single-valued.
public property ModificationType Retrieves or sets one of the AttributeModificationType values that identifies the type of data contained by the attribute.
public property Name Retrieves the name of the attribute.
public property ValueChanges Retrieves or sets values and changes of the attribute.

Top

Public Methods

(see also Protected Methods)

  Name Description
public methodstatic CreateAttributeAdd Overloaded. Create an instance of the AttributeChange class whose AttributeModificationType is Add.
public methodstatic CreateAttributeDelete Create an instance of the AttributeChange class whose AttributeModificationType is Delete.
public methodstatic CreateAttributeReplace Overloaded. Create an instance of the AttributeChange class whose AttributeModificationType is Replace.
public methodstatic CreateAttributeUpdate Overloaded. Create an instance of the AttributeChange class whose AttributeModificationType is Update.
public methodstatic CreateNewDN  
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

AttributeChange Class
Microsoft.MetadirectoryServices Namespace