Class IAppStateMachineService.AppStateMachineListingOptions
public class IAppStateMachineService.AppStateMachineListingOptions
- Inheritance
-
objectIAppStateMachineService.AppStateMachineListingOptions
Properties
Filter_Canceled
public bool Filter_Canceled { get; set; }
Property Value
Filter_Completed
public bool Filter_Completed { get; set; }
Property Value
Filter_Date_From
public DateTimeOffset? Filter_Date_From { get; set; }
Property Value
Filter_Date_To
public DateTimeOffset? Filter_Date_To { get; set; }
Property Value
Filter_Faulted
public bool Filter_Faulted { get; set; }
Property Value
Filter_Running
public bool Filter_Running { get; set; }
Property Value
Filter_Tags
public Dictionary<string, string> Filter_Tags { get; }
Property Value
Limit
public long? Limit { get; set; }
Property Value
- long?
LoadData
public bool LoadData { get; set; }
Property Value
SortingRule
public IAppStateMachineService.AppStateMachineListingOptions.SortingRules SortingRule { get; set; }