07 2010 档案
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--DimpUserAsString=""DimpPwdAsString=""DimpParentFolderAsString="PR"DimpFilePathAsString="C:\Users\Bru...
阅读全文
摘要:首先看一下ReportServer的表结构,非常简单: 项目中的Model文件,除了有对应数据库表的字段的属性外,因为还实现了IDataErrorInfo接口,所以在Model中还会对属性值进行有效性验证,在最终用户界面上表现的结果是(端口号要求只能为数字): 这就是ReportServerModel实现接口IDataErrorInfo的作用了,部分代码: 代码Code highlighting...
阅读全文
摘要:在最近完成的一个模块项目开发中,第一次尝试使用所谓的MVVM模式进行开发。主要参考了以下几篇文章: WPF Apps With The Model-View-ViewModel Design Pattern Simplifying the WPF TreeView by Using the ViewModel PatternIntroduction to Attached Behaviors ...
阅读全文