first things
This commit is contained in:
17
Datamodels/SearchModels/SearchObject.cs
Normal file
17
Datamodels/SearchModels/SearchObject.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Datamodels.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Datamodels.SearchModels
|
||||
{
|
||||
|
||||
public class SearchObject
|
||||
{
|
||||
public List<string> Values { get; set; }
|
||||
public SearchTypes SearchType { get; set; }
|
||||
public PhraseOperators PhraseOperator { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user