Class SearchOptions
- Namespace
- The.WPF.Screens
- Assembly
- Instagile.WPF.dll
public class SearchOptions
- Inheritance
-
SearchOptions
- Inherited Members
-
Properties
AdminMode
public bool AdminMode { get; set; }
Property Value
- bool
AutomaticRefresh
public bool AutomaticRefresh { get; set; }
Property Value
- bool
Behaviours
public List<SearchBehaviour> Behaviours { get; }
Property Value
- List<SearchBehaviour>
CanCreate
public bool CanCreate { get; set; }
Property Value
- bool
CanDelete
public bool CanDelete { get; set; }
Property Value
- bool
CanOpen
public bool CanOpen { get; set; }
Property Value
- bool
public Action<ListOptions>? ConfigureResults { get; set; }
Property Value
- Action<ListOptions>