Microsoft Identity Integration Server 2003 Developer Reference |
The ChangeTypeDescription class represents the change type attribute on an object. The attribute is used to determine the type of operation that will occur when an object is imported or exported to the metaverse using the Enterprise Connectivity management agent. The attribute values are set in the Advanced dialog box of Create Management Agent for the Enterprise Connectivity management agent.
The ChangeTypeDescription class is derived from the System.Object class.
The ChangeTypeDescription class has the following public methods.
Method | Description |
---|---|
Equals(Object) |
Determines whether the specified Object is equal to the current Object. |
GetHashCode() |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType() |
Gets the Type of the current instance. |
ToString() |
Returns a String that represents the current Object. |
The ChangeTypeDescription class has the following public properties.
Property | Description |
---|---|
Add | Data type: String Access type: Read-only Gets the value that indicates that an add operation will occur on a object. |
AttributeName | Data type: String Access type: Read-only Gets the name of the change type attribute. |
Delete | Data type: String Access type: Read-only Gets the value that indicates that a delete operation will occur on a object. |
Modify | Data type: String Access type: Read-only Gets the value that indicates that a modify operation will occur on an object. |
The ChangeTypeDescription class has the following protected constructor.
Constructor | Description |
---|---|
ChangeTypeDescription() |
Creates an instance of the ChangeTypeDescription class. |
The ChangeTypeDescription class has the following protected methods.
Method | Description |
---|---|
Finalize() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone() |
Creates a shallow copy of the current Object. |
Product: Microsoft Identity Integration Server 2003
Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.