Show / Hide Table of Contents

Enum OperatorType

type of logical operator

Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum OperatorType

Fields

Name Description
Contains

Contains a value

ContainsAll

Contains all of the following values

ContainsAny

Contains any of the following values

ContainsNone

Does not contain any of the following values

DoesNotContain

does not contain a value

DontKnow

Is Don't Know

Empty

Is empty

Equal

Equality operator

GreaterThan

Greater than

GreaterThanOrEqual

greater than or equal to

LessThan

less than

LessThanOrEqual

less than or equal to

None

Default

NotDontKnow

Is not Don't Know

NotEmpty

Is not empty

NotEqual

negated equality operator

NotRefused

Is not refused

Refused

Is refused

In this article
Back to top Generated by DocFX