Show / Hide Table of Contents

Class SearchPostDto

Inheritance
System.Object
SearchPostDto
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class SearchPostDto : SearchRequestDto

Constructors

| Improve this Doc View Source

SearchPostDto()

Declaration
public SearchPostDto()
| 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
Type Description
JObject
| Improve this Doc View Source

Tags

Declaration
public string Tags { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾