Table of Contents

Class InPredicate

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

Represents an 'in' predicate of state store filter.

public class InPredicate
Inheritance
InPredicate
Inherited Members

Constructors

InPredicate(string, params object[])

Initializes a new instance of the InPredicate class.

public InPredicate(string path, params object[] values)

Parameters

path string

The in clause property path.

values object[]

The in clause values.

Properties

Path

Gets or sets the path.

public string Path { get; set; }

Property Value

string

Values

Gets or sets the values.

public IReadOnlyCollection<object> Values { get; set; }

Property Value

IReadOnlyCollection<object>