Click or drag to resize

BaseJobExecutorProfileJobElementFilters Property

The filter to specify the job elements that will be processed. The filter functions depending on the value of JobElementFilterType. Leave empty to ignore.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public ISet<BaseJobElement> JobElementFilters { get; }

Property Value

ISetBaseJobElement
See Also