Interface IUpgradeHelper<T,​V>

  • Type Parameters:
    T - The return model type after upgrade
    V - 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 Detail

      • upgrade

        T upgrade​(V model)