Click or drag to resize

BaseJobExecutorProfile.Filters Property

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

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

Property Value

ISet<Type>
See Also