Table of Contents

Class AppliedCriteria<T>

Namespace
The.Web.Entities.Criteria
Assembly
Instagile.Web.Client.dll
public record AppliedCriteria<T> : IEquatable<AppliedCriteria<T>>

Type Parameters

T
Inheritance
AppliedCriteria<T>
Implements
Inherited Members

Constructors

AppliedCriteria(IDictionary<string, string>, ICriteriaTree<T>, IEntityQuery<T>)

public AppliedCriteria(IDictionary<string, string> Values, ICriteriaTree<T> Tree, IEntityQuery<T> Query)

Parameters

Values IDictionary<string, string>
Tree ICriteriaTree<T>
Query IEntityQuery<T>

Properties

Query

public IEntityQuery<T> Query { get; init; }

Property Value

IEntityQuery<T>

Tree

public ICriteriaTree<T> Tree { get; init; }

Property Value

ICriteriaTree<T>

Values

public IDictionary<string, string> Values { get; init; }

Property Value

IDictionary<string, string>