Table of Contents

Interface IReducerValidator

Namespace
Cratis.Chronicle.Reducers
Assembly
Cratis.Chronicle.dll

Defines a validator for reducers.

public interface IReducerValidator

Methods

Validate(Type)

Validate a reducer type.

void Validate(Type reducerType)

Parameters

reducerType Type

Type of IReducerFor<TModel>.