Enum CombineOperator
- Namespace
- DynamicData.Cache.Internal
- Assembly
- DynamicData.dll
How the multiple streams are combinedL.
public enum CombineOperator
Fields
And = 0
Apply a logical And between two or more observable change sets.
Except = 3
Include the items in the first change set and exclude any items belonging to the other.
Or = 1
Apply a logical Or between two or more observable change sets.
Xor = 2
Apply a logical Xor between two or more observable change sets.