Skip to content

Runtime added properties to Objects (e.g. for ViewModels)

License

Notifications You must be signed in to change notification settings

AwesomniCodes/DynamicProperties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamicProperties

Adding the ability to add properties to objects at runtime with custom System.ComponentModel.PropertyDescriptor's.

These runtime added properties can only be read via the System.ComponentModel.TypeDescriptor.

Use case: Introducing new properties to ViewModels. These properties work well with Databinding in WPF

About

Runtime added properties to Objects (e.g. for ViewModels)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages