摘要:Easy Senquential(易用的序列号)Xpand框架模块功能概要介绍待续...
阅读全文
随笔分类 - XAF
eXpress Application Framework
摘要: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() { RegisterDCILead(); RegisterDCICamp
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文