Interface IUpgradeHelper<T,V>
-
- Type Parameters:
T- The return model type after upgradeV- The source model type
public interface IUpgradeHelper<T,V>Interface for utility classes handling upgrades to Models. This may be required as the Model changes to support different (future) requirements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tupgrade(V model)
-