8 overrides of Validate
System.Activities (8)
System\Activities\DurableInstancing\CreateWorkflowOwnerCommand.cs (1)
43
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\CreateWorkflowOwnerWithIdentityCommand.cs (1)
44
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\DeleteWorkflowOwnerCommand.cs (1)
29
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (1)
57
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\LoadWorkflowCommand.cs (1)
38
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\QueryActivatableWorkflowsCommand.cs (1)
29
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\SaveWorkflowCommand.cs (1)
128
protected internal override void
Validate
(InstanceView view)
System\Activities\DurableInstancing\TryLoadRunnableWorkflowCommand.cs (1)
34
protected internal override void
Validate
(InstanceView view)
1 reference to Validate
System.Runtime.DurableInstancing (1)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (1)
1221
CurrentCommand.
Validate
(this.context.InstanceView);