Table of Contents

Interface Validation.IValidator

Namespace
Lime
Assembly
Lime.dll
public interface Validation.IValidator

Methods

IsValueTypeCompatible(object, Type)

bool IsValueTypeCompatible(object value, Type valueType)

Parameters

value object
valueType Type

Returns

bool

Validate(object)

IEnumerable<(Validation.Result Result, string Message)> Validate(object value)

Parameters

value object

Returns

IEnumerable<(Validation.Result Result, string Message)>