Table of Contents

Class ReducerValidator

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

Represents an implementation of IReducerValidator.

public class ReducerValidator : IReducerValidator
Inheritance
ReducerValidator
Implements
Inherited Members

Methods

Validate(Type)

Validate a reducer type.

public void Validate(Type reducerType)

Parameters

reducerType Type

Type of IReducerFor<TModel>.