Microsoft Identity Integration Server 2003 Developer Reference

CSEntry

The CSEntry class represents an entry in the connector space.

The CSEntry class is derived from the IEnumerable class.

Public Methods

The CSEntry class has the following public methods.

Method Description
CommitNewConnector

Finishes the process of creating a connector and adding it to the ConnectorCollection object. This method is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.

Deprovision

Changes the CSEntry object to a disconnector CSEntry object. This method is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.

Equals

Determines if two objects are equal.

GetEnumerator

Retrieves an AttributeNameEnumerator object that enables enumeration of the names of the attributes in the CSEntry object.

GetHashCode

Serves as a hash function for a particular type.

GetType

Retrieves the Type of the current object.

ToString

Retrieves a String that represents the current object.

Public Properties

The CSEntry class has the following public properties.

Property Description
ConnectionChangeTime Data type: DateTime
Access type: Read-only

Retrieves the local date and time when the CSEntry object was last connected to or disconnected from a metaverse object. This property is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.

ConnectionRule Data type: RuleType
Access type: Read-only

Retrieves a RuleType value that indicates the type of rule that connected the CSEntry object to or disconnected the CSEntry from a metaverse object. This property is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.

ConnectionState Data type: ConnectionState
Access type: Read-only

Retrieves a ConnectionState value that indicates the connection state of the connector space entry. This property is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) or the IMVSynchronization.ShouldDeleteFromMV methods.

DN Data type: ReferenceValue
Access type: Read/write

Retrieves or sets a ReferenceValue object that represents the distinguished name of the connector space entry.

Item Data type: Attrib
Access type: Read-only

Retrieves the Attrib object for an attribute in the CSEntry object.

MA Data type: ManagementAgent
Access type: Read-only

Retrieves a ManagementAgent object that represents the management agent that contains the connector space entry. This property is not available in the IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry) method.

ObjectClass Data type: ValueCollection
Access type: Read-only

Retrieves a ValueCollection object that contains the object class of the connector space entry.

ObjectType Data type: String
Access type: Read-only

Retrieves the name of the object type of the connector space entry.

RDN Data type: String
Access type: Read/write

Retrieves or sets the relative distinguished name of the connector space entry.

Protected Constructors

The CSEntry class has the following protected constructor.

Constructor Description
CSEntry

Creates an instance of the CSEntry class.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Attrib, ConnectionState, IMAExtensibleCallExport.ExportEntry(ModificationType, String[], CSEntry), IMVSynchronization.ShouldDeleteFromMV, ManagementAgent, ReferenceValue, ValueCollection