Click or drag to resize

BaseJobExecutorProfileFilters 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.19.0
Syntax
C#
public ISet<Type> Filters { get; }

Property Value

ISetType
See Also