Interface IReducerValidator
Defines a validator for reducers.
public interface IReducerValidator
Methods
Validate(Type)
Validate a reducer type.
void Validate(Type reducerType)
Parameters
reducerTypeTypeType of IReducerFor<TReadModel>.
Defines a validator for reducers.
public interface IReducerValidator
Validate a reducer type.
void Validate(Type reducerType)
reducerType TypeType of IReducerFor<TReadModel>.