Table of Contents

Class JobExposerExtensions

Namespace
Skyline.DataMiner.Net.Jobs
Assembly
SLNetTypes.dll

Defines job exposer extensions.

public static class JobExposerExtensions
Inheritance
JobExposerExtensions

Methods

Equal(Exposer<Job, Guid>, JobID)

Retrieves the filter for checking for job ID equality.

JobEndGreaterThanOrEqual<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have an end time greater than or equal to the specified DateTime value.

JobEndGreaterThan<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have an end time greater than the specified DateTime value.

JobEndLessThanOrEqual<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have an end time less than or equal to the specified DateTime value.

JobEndLessThan<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have an end time less than the specified DateTime value.

JobField<T>(Exposer<T, IDictionary<string, dynamic>>, FieldDescriptor)

Exposes the field with the specified field descriptor.

JobField<T>(Exposer<T, IDictionary<string, dynamic>>, FieldDescriptorID)

Exposes the field with the specified field descriptor ID.

JobField<T>(Exposer<T, IDictionary<string, dynamic>>, string)

Exposes the field with the specified field descriptor ID.

JobStartGreaterThanOrEqual<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have a start time greater than or equal to the specified DateTime value.

JobStartGreaterThan<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have a start time greater than the specified DateTime value.

JobStartLessThanOrEqual<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have a start time less than or equal to the specified DateTime value.

JobStartLessThan<T>(Exposer<T, IDictionary<string, dynamic>>, DateTime)

Returns a filter that filters jobs keeping only those that have a start time less than the specified DateTime value.