Table of Contents

Namespace Exiled.API.Features.Attributes.Validators

Classes

AvailableValuesAttribute

Checks if value is in list of available values.

CustomValidatorAttribute

Check a value with custom function.

GreaterOrEqualAttribute

Checks if value greater or equal.

GreaterThanAttribute

Check if value is greater.

LessOrEqualAttribute

Checks if value less or equal.

LessThanAttribute

Checks if value is less.

NonNegativeAttribute

Checks if value is 0 or greater.

NonPositiveAttribute

Check if value is 0 or less.

RangeAttribute

Check if an IComparable is inside a specific range.