Table of Contents

Class IAppStateMachineService.AppStateMachineListingOptions

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Firefly.Abstractions.dll
public class IAppStateMachineService.AppStateMachineListingOptions
Inheritance
object
IAppStateMachineService.AppStateMachineListingOptions

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_Faulted

public bool Filter_Faulted { get; set; }

Property Value

bool

Filter_Running

public bool Filter_Running { 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 IAppStateMachineService.AppStateMachineListingOptions.SortingRules SortingRule { get; set; }

Property Value

IAppStateMachineService.AppStateMachineListingOptions.SortingRules