Enum RuleType
The condition for which a Rule is tested.
Namespace: RuriLib.Models
Assembly: RuriLib.dll
Syntax
public enum RuleType
Fields
Name | Description |
---|---|
MaxLength | The slice's length must be smaller or equal to a given number. |
MinLength | The slice's length must be greater or equal to a given number. |
MustContain | The slice must contain the given characters. |
MustNotContain | The slice must not contain the given characters. |