Edit

Share via


ProcessRule Class

Definition

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.

Applies to