摘要:
业务层: 业务层Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.EnterpriseServices; 3 4using MyBusiness.Personnel; 5using MyBusi... 阅读全文
摘要:
可绑定到成员变量的Attribute。 可绑定到成员变量上的AttributeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2using System.Reflection; 3using System.Compone... 阅读全文
摘要:
自定义Attribute 自定义AttributeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1using System; 2 3namespace Relaction.test1 4{ 5 /**//// 6 /// 自定义的At... 阅读全文