|
Class Summary |
| And |
Representation of an AND operator for Mongo selection criteria. |
| CollectionCriteria |
Implementation of Collection operators for the Mongo Criteria, such as "In" and "NotIn". |
| Equals |
Representation of an Equals operator for Mongo selection criteria. |
| MongoCriteria |
Abstract class for Mongo-based criteria. |
| MongoCriteriaBuilder |
The CriteriaBuilder implementation for use with the Mongo event store. |
| MongoProperty |
Property implementation for use by the Mongo Event Store. |
| Or |
Represents the OR operator for use by the Mongo Event Store. |
| SimpleMongoOperator |
Implementation of the simple Mongo Operators (those without special structural requirements), such as Less Than,
Less Than Equals, etc. |