在CRM2011里面,我们可以在页面的控制台里面输入:contentIFrame.Xrm.Page.data.entity.getEntityName();
contentIFrame.Xrm.Page.data.entity.getId();是可以得到当前实体的名称和记录的id而2013里面不行,...
分类:
其他好文 时间:
2014-05-22 05:45:45
阅读次数:
172
有图真相:ASP.NET代码: C#代码: 1 using System; 2 using
System.Collections.Generic; 3 using System.Linq; 4 using Syste...
分类:
Web程序 时间:
2014-05-22 05:35:59
阅读次数:
338
using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Windows.Forms;using System.IO;namespace WisdomCity.Enti...
分类:
其他好文 时间:
2014-05-22 05:08:36
阅读次数:
271
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
//wpf中实现类似于qq的抖动窗效果//前段页面 //后台using System; using
System.Collections.Generic; using System.Linq; using System.Text; using
System.Window...
分类:
其他好文 时间:
2014-05-22 02:20:32
阅读次数:
212
Data Developer Center > Learn > Entity
Framework > Get Started > Loading Related Entities Loading Related
Entities Entity Framework supports three way...
分类:
其他好文 时间:
2014-05-21 22:11:41
阅读次数:
282
using System;using System.Collections.Generic;using
System.Linq;using System.Runtime.InteropServices;using System.Text;namespace
Common{ public cla...
分类:
数据库 时间:
2014-05-21 20:41:53
阅读次数:
333
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-05-21 09:36:30
阅读次数:
302
这篇文章,主要是技术上的整理,用来mark一下,用的时候参考。
一、新建项目
新建一个空的Maven Project项目
二、放入依赖
注:ear部署时如果里面有entity,会发生错误,所以不要把entity放到依赖项中,部署的时候先部实体,然后再部ear。
将需要打入EAR中的jar、war以dependencies-d...
分类:
其他好文 时间:
2014-05-21 07:45:05
阅读次数:
433
一:上图二:代码主界面代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using ...