xpo
Resolving a DevExpress.Xpo.Exceptions.SessionMixingException
I\'m adding an object to another object like so: Foo foo = new Foo(); AnotherClass.bar.add(foo);// bar is getting assigned with dependency injection in AnotherClass[详细]
2023-03-25 00:40 分类:问答devexpress XPO calculated property on child collection select n + 1
I have a XPO domain object Order which has a association with OrderLine. In order I have a property Profit which is implemented as[详细]
2023-03-24 12:38 分类:问答How do I have to use Devexpress XPO in PRISM modular application?
I\'m working on a开发者_如何学运维 project with 20+ Modules with the following Technics: WPF 4.0 ,PRISM 4 , Unity 2.0 , MVVM Light , and Devexpress XPO as and ORM[详细]
2023-03-13 19:53 分类:问答DevExpress XPO wrapping existing table relationships
I\'m experimenting with XPO and attempting to wrapper some existing tables. Does anyone have experience with doing this? The problem I\'m running into is determining how XPO determines the names of th[详细]
2023-03-09 18:30 分类:问答Creating Web-service for modifying XPO objects by timer
I have several clients that create new objects. When new object is created I need to start a timer that will change some object properties when time is elapsed (each object can be visible only for def[详细]
2023-02-17 00:17 分类:问答sharing XPObject object between threads
I am evaluating XPO, so far so good, really like it. I have a background thread do monitoring a directory, when it find a new file is added it par开发者_StackOverflowse the file name, and store this[详细]
2023-01-25 21:11 分类:问答import and compile axapta 2009 xpo by commandline
i\'m looking for a way to import an existing xpo-export via command-line into ax2009 aot and afterwards compile just this imported xpo. google tells me how to开发者_StackOverflow compile the whole aot[详细]
2023-01-17 10:55 分类:问答How to keep a single XPO across different versions?
I want to have one XPO, 开发者_开发知识库and have the same code work on AX4 and AX5. I am looking for a precompiler directive to check the version, sort of like:[详细]
2023-01-06 03:16 分类:问答VB.net Cross-Thread
I have a cmd command that needs to be executed, when the command starts it starts to fill a progressbar. When the cmd command is done the progressbar needs to fill up to 100.[详细]
2022-12-20 06:34 分类:问答