Validates the specified process context.
Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax
public bool Validate( ODataService ctx, ProcessContext processContext, string register, string entityFilter, string tagFilter, Dictionary<string, bool> previousEntityFilterResults )
Parameters
- ctx
- Type: ODataService
The OdataService. - processContext
- Type: Scanjour.Workflow4.Web.Services.EntitiesProcessContext
The process context. - register
- Type: SystemString
The register. - entityFilter
- Type: SystemString
The entity filter. - tagFilter
- Type: SystemString
The tag filter. - previousEntityFilterResults
- Type: System.Collections.GenericDictionaryString, Boolean
[Missing <param name="previousEntityFilterResults"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.ProcessContextValidator.Validate(Scanjour.Process.OData.Client.Proxy.ODataService,Scanjour.Workflow4.Web.Services.Entities.ProcessContext,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Boolean})"]
Return Value
Type: BooleanResult of validation.
See Also