|
Dreamine.ViewModels Ver.1.0.2
|
Base ViewModel infrastructure for the Dreamine MVVM framework.
This package provides the foundational components required to build ViewModels in applications that use the Dreamine MVVM architecture.
Dreamine.MVVM.ViewModels defines the base structures used when implementing ViewModels in the Dreamine ecosystem.
It serves as the core layer where ViewModel-related patterns and conventions are defined.
Typical responsibilities include:
The ViewModel layer follows the principles used across the Dreamine framework.
Design objectives:
The goal is to keep ViewModels simple while enabling powerful framework features.
Within the Dreamine MVVM ecosystem this package represents the ViewModel Layer.
Application-level ViewModels typically inherit from classes defined in this package.
Or add to the project file:
MIT License