Table of Contents

Interface IValidator

Namespace
Exiled.API.Interfaces
Assembly
Exiled.API.dll

Interface for all validations attributes.

public interface IValidator
Extension Methods

Methods

Check(object)

Checks if other is satisfying this attributes condition.

bool Check(object other)

Parameters

other object

Value to check.

Returns

bool

Whether the value has passed check.