Class SearchDataContentAssociationModel
Inheritance
System.Object
SearchDataContentAssociationModel
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()
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
|
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)