Class SearchPostQueryModel
Inherited Members
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 SourceSearchPostQueryModel(Int32)
Declaration
public SearchPostQueryModel(int tenantId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tenantId |
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 SourceCategories
Declaration
public string[] Categories { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Tags
Declaration
public string[] Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |