Download MVVM Behavior Injection
Description
I am experimenting with a way to merge behavior into a model to create a dynamic ViewModel. I am hoping to be able to autowireup commands, and track dependencies.
Source Files
The download file mvvmbehavior.zip has the following entries.
BehaviorFramework/BehaviorCommand.cs/*from w ww .ja v a 2 s . c om*/
BehaviorFramework/BehaviorExpando.cs
BehaviorFramework/BehaviorFramework.csproj
BehaviorFramework/BehaviorFramework.csproj.vspscc
BehaviorFramework/BehaviorInjector.cs
BehaviorFramework/Extensions.cs
BehaviorFramework/Filters.cs
BehaviorFramework/ObservableProperty.cs
BehaviorFramework/Properties/AssemblyInfo.cs
BehaviorFramework/TypeConversionExtensions.cs
BehaviorFrameworkTest/BasicTests.cs
BehaviorFrameworkTest/BehaviorFrameworkTest.csproj
BehaviorFrameworkTest/BehaviorFrameworkTest.csproj.vspscc
BehaviorFrameworkTest/Properties/AssemblyInfo.cs
BehaviorFrameworkTest/TestClassses/BasicBehaviorClass.cs
BehaviorFrameworkTest/TestClassses/BasicDataClass.cs
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Local.testsettings
MVVMBehavior.sln
MVVMBehavior.vsmdi
MVVMBehavior.vssscc
TraceAndTestImpact.testsettings
WpfTestApplication/App.xaml
WpfTestApplication/App.xaml.cs
WpfTestApplication/BehaviorClass.cs
WpfTestApplication/BehaviorClass2.cs
WpfTestApplication/Dataclass.cs
WpfTestApplication/MainWindow.xaml
WpfTestApplication/MainWindow.xaml.cs
WpfTestApplication/Properties/AssemblyInfo.cs
WpfTestApplication/Properties/Resources.Designer.cs
WpfTestApplication/Properties/Resources.resx
WpfTestApplication/Properties/Settings.Designer.cs
WpfTestApplication/Properties/Settings.settings
WpfTestApplication/WpfTestApplication.csproj
WpfTestApplication/WpfTestApplication.csproj.vspscc
Download
Click the following link to download mvvmbehavior.zip.
mvvmbehavior.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »