Class ReducerValidator
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
TypeType of IReducerFor<TModel>.