StringFilterOperator Enumeration

Defines the string filter operator, which defines the String method of the same name to invoke.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum StringFilterOperator

Members

Equals0 Satisfied if the current value equals the specified value.
Contains1 Satisfied if the current value contains the specified value.
StartsWith2 Satisfied if the current value starts with the specified value.
EndsWith3 Satisfied if the current value ends with the specified value.

See Also