文件名称:BeanUtils
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-08-30
- 文件大小:
- 51kb
- 下载次数:
- 0次
- 提 供 者:
- 杨**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该程序类和例子主要模拟了Java的BeanUtil的CopyProperties效果,c#本身是没有的,但是在面向对象编程时,经常会遇到需要从一个对象复制值到另外一个对象去。此类主要是实现快速复制的效果。-The program simulates the main classes and examples of Java BeanUtil CopyProperties effect of, c# itself is not, but in object-oriented programming, often encounter the need to copy values one object to another object to. Such replication is to achieve rapid results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BeanUtils\BeanUtils\BeanUtils.csproj
.........\.........\bin\Debug\BeanUtils.dll
.........\.........\...\.....\BeanUtils.pdb
.........\.........\ClassValueCopier.cs
.........\.........\obj\Debug\BeanUtils.csproj.FileListAbsolute.txt
.........\.........\...\.....\BeanUtils.dll
.........\.........\...\.....\BeanUtils.pdb
.........\.........\...\.....\ResolveAssemblyReference.cache
.........\.........\Properties\AssemblyInfo.cs
.........\BeanUtils.sln
.........\.UDemo\bin\Debug\BeanUtils.dll
.........\......\...\.....\BeanUtils.pdb
.........\......\...\.....\BUDemo.exe
.........\......\...\.....\BUDemo.pdb
.........\......\BUDemo.csproj
.........\......\MainForm.cs
.........\......\MainForm.Designer.cs
.........\......\MainForm.resx
.........\......\obj\Debug\BUDemo.csproj.FileListAbsolute.txt
.........\......\...\.....\BUDemo.exe
.........\......\...\.....\BUDemo.MainForm.resources
.........\......\...\.....\BUDemo.pdb
.........\......\...\.....\GenerateResource.read.1.tlog
.........\......\...\.....\GenerateResource.write.1.tlog
.........\......\...\.....\ResolveAssemblyReference.cache
.........\......\Person.cs
.........\......\Pig.cs
.........\......\Program.cs
.........\......\...perties\AssemblyInfo.cs
.........\.eanUtils\bin\Debug
.........\.........\obj\Debug
.........\.UDemo\bin\Debug
.........\......\obj\Debug
.........\.eanUtils\bin
.........\.........\obj
.........\.........\Properties
.........\.UDemo\bin
.........\......\obj
.........\......\Properties
.........\BeanUtils
.........\BUDemo
BeanUtils