WorkItemStateTransition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a state transition in a work item.
[System.Runtime.Serialization.DataContract]
public class WorkItemStateTransition : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type WorkItemStateTransition = class
inherit BaseSecuredObject
Public Class WorkItemStateTransition
Inherits BaseSecuredObject
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectWorkItemStateTransition
- Attributes
Constructors
| WorkItemStateTransition() | |
| WorkItemStateTransition(ISecuredObject) |
Properties
| Actions |
Gets a list of actions needed to transition to that state. |
| To |
Name of the next state. |