business-objects
Separate class for foreign key constraints?
For an example object with fields Books ----- ID AuthorID Qua开发者_高级运维ntity ISBN PublisherID The 2 foreign key constraints correspond to Author Name & Publisher Name from 2 other tables.[详细]
2023-02-21 01:46 分类:问答Returning custom class from DAL?
I have an object with following attributes Books ---------- ID , Name Now, I want to 开发者_如何学JAVAreturn an object for a gridview in presentation layer which has a lot more attributes then the[详细]
2023-02-19 12:34 分类:问答Entity Framework 4: Encapsulate navigation properties in business objects
I want to encapsulate all EF entit开发者_Python百科ies in business objects. The EF entity \"Investment\" will have a \"BoInvestment\" business object that holds the entity internal and routes all prop[详细]
2023-02-19 07:33 分类:问答Business Entity - should lists be exposed only as ReadOnlyCollections?
In trying to centralize how items are added, or removed from my business entity classes, I have moved to the model where all lists are only exposed as ReadOnlyCollections and I provide Add and Remove[详细]
2023-02-19 02:49 分类:问答Is this class structure method correct/desireblable? (MVC/C#)
I\'m building a MVC application which is a bit more complex than what I usually do and I want to try a new class structure. Basically theres a lot of reading going on. Just 5-10% of opera开发者_StackO[详细]
2023-02-17 16:02 分类:问答Where to set up AutoMapper to convert asmx proxy objects to domain objects?
I am calling a .asmx web service that I have added to a project as a Web Reference. Any objects that come back from the webservice are in the namespace of the webservice.I would like to use AutoMappe[详细]
2023-02-16 12:57 分类:问答Business Objects Results Limit 65529
I cannot seem to find any concrete answers for this. I have a client that has been exporting to excel a great number of rows. Recen开发者_如何学编程tly, the total number of results has hit 65529 and[详细]
2023-02-15 15:18 分类:问答Data Warehouse Best Practice: Intra-day DW Loads and Reporting
we have intra-day Data Warehouse loads through the day (using SSIS, SQL Server 2005). The reporting is done through Business Objects (XI 3.1 WebI).[详细]
2023-02-14 05:01 分类:问答Prompts not filling in report query SQL in BO Webi
I am using BO 6.5. When I edit the reports for pulling report query.. the prompts values in the \'SQL\' are not autofilled.[详细]
2023-02-13 15:51 分类:问答How to do lazy loading part of a middle layer business object?
I want to build a business object such as an employee class, but I know that 80% of the properties will barely get used. So I wanted to know how I can create the object with the i开发者_开发知识库mpor[详细]
2023-02-10 22:34 分类:问答