3 implementations of IWorkflowChangeDiff
System.Workflow.Activities (3)
Rules\DeclarativeConditionsCollection.cs (1)
20
public sealed class RuleConditionCollection : KeyedCollection<string, RuleCondition>,
IWorkflowChangeDiff
Rules\RuleDefinitions.cs (1)
15
public sealed class RuleDefinitions :
IWorkflowChangeDiff
Rules\RuleSetCollection.cs (1)
12
public sealed class RuleSetCollection : KeyedCollection<string, RuleSet>,
IWorkflowChangeDiff
2 references to IWorkflowChangeDiff
System.Workflow.ComponentModel (2)
AuthoringOM\ScheduleChanges.cs (2)
123
this.modelChangeActions.AddRange(((
IWorkflowChangeDiff
)originalConditions).Diff(originalConditions, changedConditions));
125
this.modelChangeActions.AddRange(((
IWorkflowChangeDiff
)changedConditions).Diff(originalConditions, changedConditions));