Table of Contents

Class EntityFilterLogic

Namespace
Arbiter.CommandQuery.Queries
Assembly
Arbiter.CommandQuery.dll

A set of logical operators for filtering entities.

public static class EntityFilterLogic
Inheritance
EntityFilterLogic
Inherited Members

Fields

And

The logical operator "and"

public const string And = "and"

Field Value

string

Or

The logical operator "or"

public const string Or = "or"

Field Value

string