摘要: 原文:http://www.expandframework.com/Xpand Framework(Xpand框架)Xpand是第一个基于DevExpress eXpressApp Framework(XAF)开源项目。它XAF包含在DXPerience Universal中,有30天试用期,试用版下载地址https://www.devexpress.com/ClientCenter/Downloads.eXpand框架是基于Microsoft Public License (Ms-PL)形式开源. XAF是不开源的,必须从DevExpress.购买。eXpandFramework 团队为XA阅读全文
01 2011 档案
摘要: 原文:http://apobekiaris.blogspot.com/2011/01/easy-sequential-numbers.htmlEasy Sequential numbers(易用的序列号)Where they can be used?? In many places for example invoices, sales orders etc.他们能用在哪里?例如,在许多地方,发票,销售订单等等。One could tell that this is an easy task and maybe that assumption is right but let me write阅读全文
摘要: 原文:http://community.devexpress.com/blogs/garyshort/archive/2010/10/08/xpo-direct-sql-queries.aspx直接执行SQL查询In the comments to my previous blog post about executing stored procedures from XPO, you asked how you could execute a SQL query from within a persistent class, so in this post I thought I’d sho阅读全文
摘要: 原文:http://community.devexpress.com/blogs/garyshort/archive/2010/09/28/xpo-stored-procedure-support-coming-in-v2010-vol-2-part-2.aspxXPO - Stored Procedure Support coming in V2010 Vol 2 (Part 2)You’ll recall in my previous post on this in the forth coming topic I told you that there would be two ways阅读全文
摘要: 原文:http://community.devexpress.com/blogs/garyshort/archive/2010/09/22/xpo-stored-procedure-support-coming-in-v2010-vol-2.aspxXPO – Stored Procedure Support Coming in V2010 Vol 2 --Part 1Unless you work in a very small software shop, or are a ‘one man band’, the chances are you don’t ‘own’ the data t阅读全文
摘要: XPO 支持存储过程 Part1XPO 支持存储过程 Part2XPO 直接支持执行SQL查询待续...阅读全文
摘要: Easy Senquential(易用的序列号)Xpand框架模块功能概要介绍待续...阅读全文
摘要: XAF 相关领域构件(DC)技术1.领域构件基础。2.如何实现领域构件3.领域构件发展情况4.写领域构件<DC翻译博客一>5.一对多关系<DC翻译博客二>7.DC中的关联<DC翻译博客三>8.接口和BOModel<DC翻译博客四>9.对基库的思考<DC翻译博客五>10.在BOModel中实现接口<DC翻译博客六>11.写一个正式的CRM应用程序<DC翻译博客七>12.XCRM销售机会和销售线索<DC翻译博客八>13.市场营销和客户服务<DC翻译博客九>14.XCRM 活动<DC翻译博客十>15.组合关联<DC翻译博客十一>阅读全文
摘要: DC: Combining associations(組合關聯)Remember that the base idea of creating the Domain Component Technology is to be able to compose an application from reusable blocks – components. These blocks can be bought from third-party sources. This allows you to reuse well-polished blocks. But this also means t阅读全文
摘要: 原文地址:http://community.devexpress.com/blogs/eaf/archive/2008/10/09/xcrm-activities.aspxXCRM: ActivitiesThis post is entirely devoted to Activities. It's more interesting to design Activities, because they are more complex than other components that I described earlier. There are three points I consid阅读全文
摘要: XCRM: Marketing Campaigns and Customer support(市场营销和客户支持)Marketing Campaigns(市场营销)A Marketing Campaign has no relationships. However, a Lead and Opportunity may reference a Campaign:市场营销不靠关系。然而,一个Lead和Opportunity可能来自广告:[Test]public void CampaignRelationships() { RegisterDC<ILead>(); RegisterDC<ICamp阅读全文
摘要: XCRM: Leads and opportunities(XCRM销售线索和销售机会)A Lead is not directly linked to a Contact or Account. It can be converted into an Account, Contact or Opportunity later. I’ll just capture the fact that the Lead class exists and may have some basic info:一个销售线索不直接链接到联系人或客户。它能被转换成一个客户,联系人或之后的销售机会。我就抓住事实,存在阅读全文
摘要: XCRM: Writing real-world CRM application(写一个正式的CRM应用程序)I'm starting to write a generic CRM application, to try the new domain component (DC) technology and decide what classes should be included in our Domain Component technology. This application should be suitable for small business and extendable阅读全文
摘要: DC: Implemented interfaces in BOMode(在BOModel中实现接口)While playing with CRM domain models, I've got a component like this:当用CRM领域构件,我有这样一个组件:view plain | print | copy to clipboard1[DomainComponent] 2publicinterfaceIContact:IPersonalContactInfo,IPerson{ 3IAccountAccount{get;set;} 4}This led me to one m阅读全文
摘要: 对基库的思考The new Domain Components framework will let developers create reusable domain components. Obviously, we should supply our variant of the domain component library. Our library should be full enough to let XAF developers start fast, and to provide a common well-established base for domain compo阅读全文
摘要: 有时间翻译这篇比较好的入门实例教程Getting the Job Done with XAF - Part 1http://www.codeproject.com/KB/showcase/XAFGettingTheJobDonePart1.aspx阅读全文
摘要: 原文地址:http://community.devexpress.com/blogs/eaf/archive/2008/09/30/interfaces-and-bomodel.aspx接口和BOModel This post is one in a series about our work on Domain Components (DC) framework and related component libraries. I’m just describing what we are working on, what problems we are facing and what re阅读全文
摘要: 如果你的word 的默认设置被你无意中改乱了而你又找不到某些在默认状态下的选项了,教你一个命令来把word恢复成刚安装完成时的默认设置点 开始 菜单——运行—— ,在运行框里输入winword /a阅读全文
摘要: DC中的关联This post is one in a series about our work on Domain Components (DC) framework and related component libraries. I’m just describing what we are working on, what problems we are facing and what results we've got so far.这篇文章是系列博客之一,关于我们对DC框架工作情况,有关构件库。我只是描述了我们正在努力的工作,遇到的问题,以及目前的工作进展。In my previ阅读全文
摘要: DC: 一对多关系In the first post of the series devoted to our new domain component (DC) technology, I tried to show an interface-defined entity in a UI.在第一篇博客专门讨论我们新的领域构件技术,我试着在界面显示一个接口定义实体。I used some IPerson component as an example:我用一些Iperson构件作为例子:view plain | print | copy to clipboard1publicenumGende阅读全文
摘要: 原文:http://community.devexpress.com/blogs/eaf/archive/2008/09/25/writing-domain-components-framework-dc.aspxI'm starting a series of posts on my blog to share our experience while designing the domain component (DC) technology. It will be useful for us to know whether you like what we are doing. If n阅读全文
摘要: 如何显示XtraGrid水平滚动条?设置Grid View’s OptionsView中ColumnAutoWith选项为false,和ShowHorzLines选项为True.注意:仅当Grid的显示列总宽度超过Grid的客户端宽度时候才显示水平滚动条。欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/阅读全文
摘要: XAF–The State of Domain Components Technology in V2010 Vol 2XAF –在V2010 卷2中领域构件的状况http://community.devexpress.com/blogs/garyshort/archive/2010/12/01/xaf-the-state-of-domain-components-technology-in-v2010-vol-2.aspxDuring the 10.2 release cycle, we have been closely working with the XPO team to allow阅读全文
摘要: How to: Implement Domain Components(如何实现领域构件)eXpressApp Framework > Task-Based Help > How to: Implement Domain Components This topic illustrates how to implement and use the Domain Components (DC). We will define several components and demonstrate how they can be combined using multiple inheritance.阅读全文
摘要: Domain Components Basics(领域组件基础)eXpressApp Framework > Concepts > Business Model Design > Domain Components > Domain Components Basics Domain Components technology is designed to simplify data management and reusability by providing a much more flexible and abstracted approach to business object des阅读全文
摘要: Model Editor(模型编辑器)eXpressApp Framework > Concepts > Application Model > Model Editor The Application Model is formed from layers. The first layer is generated from code. The following layers represent the changes stored in XafML files that are located in referenced modules. The final layer represen阅读全文
摘要: Convert Application Model Differences转换不同应用程序模型eXpressApp Framework > Concepts > Application Model > Convert Application Model Differences The eXpressApp Framework is based on the modules concept. As a rule, every module implements a certain feature. Entities implemented in a module, such as persist阅读全文
摘要: 用代码扩展和自定义应用程序模型eXpressApp Framework > Concepts > Application Model > Extend and Customize the Application Model in Code You can customize the information loaded to the Application Model via the Model Editor. It allows you to edit the information at design time, forming Application Model layers in ea阅读全文
摘要: 用代码访问应用程序模型eXpressApp Framework > Concepts > Application Model > Access the Application Model in Code The Application Model represents a large data store which is used when running the application to generate the UI and configure the application behavior. This topic details how to access the Applica阅读全文
摘要: 应用程序模型中业务模型eXpressApp Framework > Concepts > Application Model > Business Model in the Application Model With the eXpressApp Framework, only the business model has to be implemented when building a business application. Views for each business class from the business model will be generated automati阅读全文
摘要: 应用程序模型架构eXpressApp Framework > Concepts > Application Model > Application Model Structure The Application Model consists of nodes and their properties. Nodes can have child nodes, and they form the tree structure of the Application Model. This topic explains how the Application Model structure for a阅读全文
摘要: XAF 应用程序模型基础 eXpressApp Framework > Concepts > Application Model > 应用程序结构基础 业务应用程序是复杂的工程。从头开始建立一个应用程序,你不得不实现数据存储、数据可视化、业务逻辑、等等。使用XAF只需要实现业务模型。默认自动生成应用程序界面。为此,XAF应用程序界面模型结构信息用了一个特殊的数据存储。在它是基于应用程序中代码(定义的类)和引用模块生成的。本篇详述如何收集应用程序模型信息和如何用它自定义默认应用程序界面。应用程序模型结构 当你运行一个Windows Forms或者ASP.NET应用程序时,应用程序模型将建立界面元阅读全文
摘要: eXpressApp Framework 有两个主要特点:自动构建用户界面和同一业务逻辑应用到不同平台。即是应用程序中可视化元素都是有XAF自动生成,基于数据类和其它声明的特殊类型。因此, eXpressApp Framework扫描应用程序代码,提取所需的类别,分析他们,并建立了数据库结构和用户界面。The result of class declaration analysis is the creation of metadata - data that defines database structure and application features via a neutral f阅读全文
摘要: 使用 eXpressApp Framework 构建的应用程序由几个功能块组成. 下图展示了基本的块, 指明何时及这些块如何被创建, 最后, 展示了你可以扩展应用程序的区域. 每个应用程序构建块的概述在本文的后面给出.XPO - 数据管理级 当构建一个业务应用程序时, 基本上都需要处理数据. 如果使用 eXpressApp Framework, 事实上你不需要在 DBMS 中创建一个数据库, 定制表, 字段等. 你不需要使用低级的 ADO.NET 结构访问数据. 而是使用内建的“对象-关系映射系统” - eXpressPersistent Objects 库 (XPO 在上图的底部). 这个库阅读全文
摘要: 许多公司都必须存储和管理大量关于职员, 客户, 销售等方面的信息. 他们也必须保留工作轨迹, 并使工作流自动化. 因此每家公司都需要软件进行日常工作, 软件的质量对业务成功是至关紧要的. 设想允许你在线订桌的某家餐馆, 或允许你获取所需任何样式组织的信用卡交易总结报告的某家银行. 这些服务增进了客户满意度, 并能促进销售.一家公司可以从两种传统的来源获得所需的软件, 或者取得 eXpressApp Framework 的帮助. 让我们看一下生产软件的各种方法的利弊.场景 #1 - 从零开始开发软件 一家公司可以向独立的软件公司, 或本公司内部的 IT 部门(如果存在), 去定制软件. 如果程序阅读全文
摘要: [代码]欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/阅读全文
摘要: http://www.devexpress.com/Support/Center/e/E1603.aspx阅读全文
摘要: how to paste some excel content to xtragrid?1.相關資料http://community.devexpress.com/forums/t/36684.aspxhttp://community.devexpress.com/forums/t/58611.aspx2.調用方法:[代码]3.實現代碼:[代码]欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/阅读全文
摘要: [代码]欢迎转载,转载请注明出处:http://www.cnblogs.com/Tonyyang/阅读全文