Click or drag to resize

ListType Enumeration

The type (black or white) of the list

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public enum ListType
Members
Member nameValueDescription
None0 No filter.
Black1 The list is to be considered as a black-list. A black list contains types of job elements that should be ignored. JobElements of types derived from the listed types are also ignored.
White2 The list is to be considered as a white-list. A white list contains types of job elements which should be processed. JobElements of types derived from the listed types are also processed.
See Also