Table of Contents

Class EqPredicate

Namespace
GroupeIsa.Neos.ClusterCommunication.DistributedStore.Query
Assembly
GroupeIsa.Neos.ClusterCommunication.dll

Represents an 'equals' predicate of state store filter.

public class EqPredicate
Inheritance
EqPredicate
Inherited Members

Constructors

EqPredicate(string, object?)

Initializes a new instance of the EqPredicate class.

public EqPredicate(string path, object? value)

Parameters

path string

The equality clause property path.

value object

The equality clause value.

Properties

Path

Gets or sets the path.

public string Path { get; set; }

Property Value

string

Value

Gets or sets the value.

public object? Value { get; set; }

Property Value

object