Autodesk Vault ProfessionalVault API

ActivityHist Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

The Activity History for a Change Order.

Syntax

public class ActivityHist 
Public Class ActivityHist 

Properties

NameDescription
DispNameThe display name for the Activity.
ExecTimeThe date and time that the Activity was completed.
IdThe ID of the Activity that was executed.
StateDispNameThe display name of the state that the Change Order was in when the Activity was invoked.
StateIdThe ID of the state that the Change Order was in when the Activity was invoked.
UserIdThe ID of the user who invoked the Activity.
UserNameThe name of the user who invoked the Activity.

Returned By

Where you get a ActivityHist — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ActivityHist

See Also