Represents an entry in the connector space.

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

Protected Constructors

  Name Description
CSEntry Creates an instance of the CSEntry class.
Top

Public Properties

  Name Description
public property ConnectionChangeTime Gets the local date and time of when the CSEntry object was last connected to, or disconnected from, a metaverse object. This property is not available in the ExportEntry method.
public property ConnectionRule Gets one of the RuleType values 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 ExportEntry method.
public property ConnectionState Gets one of the ConnectionState values that indicates the connection state of the connector space object. This property is not available in the ExportEntry method or the ShouldDeleteFromMV method.
public property DN Gets or sets a ReferenceValue object that represents the distinguished name of the connector space entry.
public property Item Gets the Attrib object for an attribute in the CSEntry object.
public property MA Gets a ManagementAgent object that represents the management agent to which the connector space entry belongs. This property is not available in the ExportEntry method.
public property ObjectClass Gets a ValueCollection object that contains the object class of the connector space entry.
public property ObjectType Gets the name of the object type of the connector space entry.
public property RDN Gets or sets the relative distinguished name of the connector space entry. This property escapes characters as required and retrieves unescaped characters. This property should not be set with escaped characters.
Top

Public Methods (see also Protected Methods)

  Name Description
public method CommitNewConnector Finishes the process of creating a connector and adding it to the ConnectorCollection object. This method is not available in the ExportEntry method.
public method Deprovision Changes the CSEntry object to a disconnector CSEntry object. This method is not available in the ExportEntry method.
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator  
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString Overridden. Returns a System.String that represents the current object.
Top

Protected Methods

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

Explicit Interface Implementations

See Also