Autodesk Vault ProfessionalVault API

UpdateCustomEntityLifeCycleStateCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the update lifecycle custom entity operation

Syntax

public sealed class UpdateCustomEntityLifeCycleStateCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class UpdateCustomEntityLifeCycleStateCommandEventArgs
   Inherits WebServiceCommandEventArgs

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated Custom Entities.
StatusThe status of the command. Used in the Post event to see of the command was successful.

Methods

NameDescription
AddRestrictionAdds a restriction, which blocks the command. This function should only be called during the GetRestrictions event.

Fields

NameDescription
CommentThe comment.
CustomEntityIdsThe Custom Entities changing state.
ToStateIdsThe new state for the corresponding entry in CustomEntityIds.

Returned By

Where you get a UpdateCustomEntityLifeCycleStateCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also