ProcessRule 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.
Process Rule Response.
[System.Runtime.Serialization.DataContract]
public class ProcessRule : Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models.CreateProcessRuleRequest
type ProcessRule = class
inherit CreateProcessRuleRequest
Public Class ProcessRule
Inherits CreateProcessRuleRequest
- Inheritance
- Attributes
Constructors
| ProcessRule() |
Properties
| Actions |
List of actions to take when the rule is triggered. (Inherited from CreateProcessRuleRequest) |
| Conditions |
List of conditions when the rule should be triggered. (Inherited from CreateProcessRuleRequest) |
| CustomizationType |
Indicates if the rule is system generated or created by user. |
| Id |
Id to uniquely identify the rule. |
| IsDisabled |
Indicates if the rule is disabled. (Inherited from CreateProcessRuleRequest) |
| Name |
Name for the rule. (Inherited from CreateProcessRuleRequest) |
| Url |
Resource Url. |