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