Prospect filter
This commit is contained in:
@@ -29,10 +29,7 @@ namespace FoodsharingSiegen.Server.Pages
|
||||
|
||||
#region Private Properties
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the value of the filter text (ab)
|
||||
/// </summary>
|
||||
private string? FilterText { get; set; }
|
||||
private ProspectFilter Filter { get; set; } = new();
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the value of the interaction modal (ab)
|
||||
@@ -69,19 +66,6 @@ namespace FoodsharingSiegen.Server.Pages
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method FilterText_Changed
|
||||
|
||||
/// <summary>
|
||||
/// Filters the text changed using the specified filter text (a. beging, 08.02.2023)
|
||||
/// </summary>
|
||||
/// <param name="filterText">The filter text</param>
|
||||
private void FilterText_Changed(string filterText)
|
||||
{
|
||||
FilterText = filterText;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Private Method LoadProspects
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user