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 following tables list the members exposed by the ChangeTypeDescription type.

Protected Constructors

  Name Description
ChangeTypeDescription Initializes an instance of the ChangeTypeDescription class.
Top

Public Properties

  Name Description
public property Add Gets the value that indicates that an add operation will occur on an object. This value corresponds to the value of Add in the Advanced dialog box of Configure Attributes in Create Management Agent of the Enterprise Connectivity management agent.
public property AttributeName Gets the name of the change type attribute. This value corresponds to the value of Change type attribute in the Advanced dialog box of Configure Attributes in Create Management Agent of the Enterprise Connectivity management agent.
public property Delete Gets a value that indicates that a delete operation will occur on an object. This value corresponds to the value of Add in the Advanced dialog box of Configure Attributes in Create Management Agent of the Enterprise Connectivity management agent.
public property Modify Gets the value that indicates that a modify operation will occur on a object. This value corresponds to the value of Add in the Advanced dialog box of Configure Attributes in Create Management Agent of the Enterprise Connectivity management agent.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (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