The type (black or white) of the list
Namespace: RAYLASE.Marker.Job.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
MembersMember name | Value | Description |
---|
None | 0 |
No filter.
|
Black | 1 |
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.
|
White | 2 |
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