Table of Contents

Class IAppJobService.AppJobListingOptions

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public class IAppJobService.AppJobListingOptions
Inheritance
object
IAppJobService.AppJobListingOptions

Properties

Filter_Canceled

public bool Filter_Canceled { get; set; }

Property Value

bool

Filter_Completed

public bool Filter_Completed { get; set; }

Property Value

bool

Filter_Date_From

public DateTimeOffset? Filter_Date_From { get; set; }

Property Value

DateTimeOffset?

Filter_Date_To

public DateTimeOffset? Filter_Date_To { get; set; }

Property Value

DateTimeOffset?

Filter_Failed

public bool Filter_Failed { get; set; }

Property Value

bool

Filter_Faulted

public bool Filter_Faulted { get; set; }

Property Value

bool

Filter_OneTime

public bool Filter_OneTime { get; set; }

Property Value

bool

Filter_Pending

public bool Filter_Pending { get; set; }

Property Value

bool

Filter_Recurring

public bool Filter_Recurring { get; set; }

Property Value

bool

Filter_Running

public bool Filter_Running { get; set; }

Property Value

bool

Filter_Scheduled

public bool Filter_Scheduled { get; set; }

Property Value

bool

Filter_Tags

public Dictionary<string, string> Filter_Tags { get; }

Property Value

Dictionary<string, string>

Limit

public long? Limit { get; set; }

Property Value

long?

LoadData

public bool LoadData { get; set; }

Property Value

bool

SortingRule

public IAppJobService.AppJobListingOptions.SortingRules SortingRule { get; set; }

Property Value

IAppJobService.AppJobListingOptions.SortingRules