Show / Hide Table of Contents

Class SearchDataContentAssociationModel

Inheritance
System.Object
SearchQueryModel<MixDataContentAssociation, Guid>
SearchDataContentAssociationModel
Inherited Members
SearchQueryModel<MixDataContentAssociation, Guid>.Keyword
SearchQueryModel<MixDataContentAssociation, Guid>.Culture
SearchQueryModel<MixDataContentAssociation, Guid>.FromDate
SearchQueryModel<MixDataContentAssociation, Guid>.ToDate
SearchQueryModel<MixDataContentAssociation, Guid>.Status
SearchQueryModel<MixDataContentAssociation, Guid>.SearchMethod
SearchQueryModel<MixDataContentAssociation, Guid>.Columns
SearchQueryModel<MixDataContentAssociation, Guid>.SearchColumns
SearchQueryModel<MixDataContentAssociation, Guid>.MixTenantId
SearchQueryModel<MixDataContentAssociation, Guid>.PagingData
SearchQueryModel<MixDataContentAssociation, Guid>.Predicate
SearchQueryModel<MixDataContentAssociation, Guid>.AndPredicate
SearchQueryModel<MixDataContentAssociation, Guid>.OrPredicate
SearchQueryModel<MixDataContentAssociation, Guid>.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 SearchDataContentAssociationModel : SearchQueryModel<MixDataContentAssociation, Guid>

Constructors

| Improve this Doc View Source

SearchDataContentAssociationModel(Int32)

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

SearchDataContentAssociationModel(Int32, SearchRequestDto, HttpRequest)

Declaration
public SearchDataContentAssociationModel(int tenantId, SearchRequestDto req, HttpRequest httpRequest)
Parameters
Type Name Description
System.Int32 tenantId
SearchRequestDto req
Microsoft.AspNetCore.Http.HttpRequest httpRequest

Properties

| 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

GuidParentId

Declaration
public Guid? GuidParentId { get; set; }
Property Value
Type Description
System.Nullable<Guid>
| Improve this Doc View Source

IntParentId

Declaration
public int? IntParentId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

IsGroup

Declaration
public bool IsGroup { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MixDatabaseId

Declaration
public int MixDatabaseId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

MixDatabaseName

Declaration
public string MixDatabaseName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ParentId

Declaration
public string ParentId { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

BuildAndPredicate(SearchRequestDto, HttpRequest)

Declaration
protected override void BuildAndPredicate(SearchRequestDto req, HttpRequest request)
Parameters
Type Name Description
SearchRequestDto req
Microsoft.AspNetCore.Http.HttpRequest request
Overrides
Mix.Lib.Models.Common.SearchQueryModel<MixDataContentAssociation, Guid>.BuildAndPredicate(SearchRequestDto, Microsoft.AspNetCore.Http.HttpRequest)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾