Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a standalone implementation of NotifyPropertyChanged class #41

Open
bramborman opened this issue Jul 24, 2019 · 0 comments
Open

Add a standalone implementation of NotifyPropertyChanged class #41

bramborman opened this issue Jul 24, 2019 · 0 comments
Assignees
Labels
a/base Related to the base library s/considering Not yet decided t/enhancement New feature or request
Milestone

Comments

@bramborman
Copy link
Owner

Using this we'd be able to use this class as a backing storage for classes that don't inherit from the NotifyPropertyChanged class. Could be static or non-abstract non-static class.

There'd have to be an option to release all the backed values to prevent memory leaks when the object is garbage collected. Cause of this it'd be better not to have one common static class but rather non-abstract non-static class whose instance could be stored inside the related object.

@bramborman bramborman added t/enhancement New feature or request s/considering Not yet decided labels Jul 24, 2019
@bramborman bramborman added this to the v1.4.0 milestone Jul 24, 2019
@bramborman bramborman self-assigned this Jul 26, 2020
@bramborman bramborman added the a/base Related to the base library label Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/base Related to the base library s/considering Not yet decided t/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant