Class SearchPostDto
Inheritance
System.Object
SearchPostDto
Assembly: mix.library.dll
Syntax
public class SearchPostDto : SearchRequestDto
Constructors
|
Improve this Doc
View Source
SearchPostDto()
Declaration
|
Improve this Doc
View Source
SearchPostDto(SearchRequestDto, HttpRequest)
Declaration
public SearchPostDto(SearchRequestDto req, HttpRequest request)
Parameters
Type |
Name |
Description |
SearchRequestDto |
req |
|
Microsoft.AspNetCore.Http.HttpRequest |
request |
|
Properties
|
Improve this Doc
View Source
Categories
Declaration
public string Categories { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CompareKind
Declaration
public MixCompareOperatorKind CompareKind { get; set; }
Property Value
Type |
Description |
MixCompareOperatorKind |
|
|
Improve this Doc
View Source
Fields
Declaration
public JObject Fields { get; set; }
Property Value
|
Improve this Doc
View Source
Tags
Declaration
public string Tags { get; set; }
Property Value
Type |
Description |
System.String |
|