Table of Contents

Enum LogicalOperator

Namespace
DotBahn.Stations.Models.Enumerations
Assembly
DotBahn.Stations.dll

Represents the logical operator to combine multiple filter criteria in a station query.

[JsonConverter(typeof(JsonStringEnumConverter<LogicalOperator>))]
public enum LogicalOperator

Fields

[JsonStringEnumMemberName("AND")] And = 0

Logical AND operator. All filter conditions must be true.

[JsonStringEnumMemberName("OR")] Or = 1

Logical OR operator. At least one filter condition must be true.