SapOption
Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Models
Option for the range selection
public static class SapOption
Inheritance Object → SapOption
Fields
GreaterOrEqual
greater than or equal to Low
public static string GreaterOrEqual;
LessOrEqual
less than or equal to Low
public static string LessOrEqual;
Equal
equal to Low
public static string Equal;
NotEqual
not equal to Low
public static string NotEqual;
Greater
greater than Low
public static string Greater;
Less
less than Low
public static string Less;
Between
Between lower and upper value
public static string Between;
NotBetween
Outside lower and upper value
public static string NotBetween;
Contains
Contains the pattern
public static string Contains;
NotContains
Does not contain the pattern
public static string NotContains;