Show / Hide Table of Contents

Class SearchPostQueryModel

Inheritance
System.Object
SearchQueryModel<MixPostContent, System.Int32>
SearchPostQueryModel
Inherited Members
SearchQueryModel<MixPostContent, Int32>.Keyword
SearchQueryModel<MixPostContent, Int32>.Culture
SearchQueryModel<MixPostContent, Int32>.FromDate
SearchQueryModel<MixPostContent, Int32>.ToDate
SearchQueryModel<MixPostContent, Int32>.Status
SearchQueryModel<MixPostContent, Int32>.SearchMethod
SearchQueryModel<MixPostContent, Int32>.Columns
SearchQueryModel<MixPostContent, Int32>.SearchColumns
SearchQueryModel<MixPostContent, Int32>.MixTenantId
SearchQueryModel<MixPostContent, Int32>.PagingData
SearchQueryModel<MixPostContent, Int32>.Predicate
SearchQueryModel<MixPostContent, Int32>.AndPredicate
SearchQueryModel<MixPostContent, Int32>.OrPredicate
SearchQueryModel<MixPostContent, Int32>.BuildAndPredicate(SearchRequestDto, HttpRequest)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Models.Common
Assembly: mix.library.dll
Syntax
public class SearchPostQueryModel : SearchQueryModel<MixPostContent, int>

Constructors

| Improve this Doc View Source

SearchPostQueryModel(Int32)

Declaration
public SearchPostQueryModel(int tenantId)
Parameters
Type Name Description
System.Int32 tenantId
| Improve this Doc View Source

SearchPostQueryModel(Int32, SearchRequestDto, HttpRequest, Expression<Func<MixPostContent, Boolean>>, Expression<Func<MixPostContent, Boolean>>)

Declaration
public SearchPostQueryModel(int tenantId, SearchRequestDto request, HttpRequest httpRequest, Expression<Func<MixPostContent, bool>> andPredicate = null, Expression<Func<MixPostContent, bool>> orPredicate = null)
Parameters
Type Name Description
System.Int32 tenantId
SearchRequestDto request
Microsoft.AspNetCore.Http.HttpRequest httpRequest
System.Linq.Expressions.Expression<Func<MixPostContent, System.Boolean>> andPredicate
System.Linq.Expressions.Expression<Func<MixPostContent, System.Boolean>> orPredicate

Properties

| Improve this Doc View Source

Categories

Declaration
public string[] Categories { get; set; }
Property Value
Type Description
System.String[]
| 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
☀
☾