Class JobExposers
Defines job exposers that can be used to create job filters.
public static class JobExposers
- Inheritance
-
JobExposers
Examples
var jmHelper = new JobManagerHelper(engine.SendSLNetMessages);
var templates = jmHelper.JobTemplates.Read(JobTemplateExposers.Name.Equal("MyJobTemplate"));
Fields
- FieldValues
Exposes the field values.
- JobDomainID
Exposes the job domain ID.
- SectionDefinitionIDs
Exposes the section definition IDs.
- SectionIDs
Exposes the section IDs.
- SecurityViewID
Exposes the security view ID.
- SecurityViewIDs
Exposes the security view IDs.
- TableName
The table name.
Methods
- CreateFullTableDefinition()
Creates a full table definition.
- CreateFullTableDefinition(string)
Creates a full table definition with the specified name.
- Initialize()
Initializes all static fields.