DevExpress XtraScheduler with CSLA DevExpress XtraScheduler with CSLA
Old forum URL: forums.lhotka.net/forums/t/7123.aspx
praclarush posted on Wednesday, June 17, 2009
I can't seem to figure out how to use the CSLA with the DevExpress XtraScheduler so I was wondering if there are any samples out there that show how to go about this
Thank You,
Nathan
skhan replied on Saturday, June 20, 2009
If I am correct. XtraScheduler is similar to a datagrid, just bind your BOs to it and use it's events to tigger changes in your objects.
RedShiftZ replied on Tuesday, June 23, 2009
Since the project I am working on is CSLA with XtraScheduler I can possibly help. After looking at samples from Marcelo Rojas among others I got it working. Let me see if I can throw together a sample real quick...
RedShiftZ replied on Tuesday, June 23, 2009
Here is a zip I threw together. This is a stripped down version of the code I am using.
It uses the following...
ADO Stored Procedures using TimeStamp fields for concurrency. (Not included, simple enough)
Partial classes for CSLA objects.
Managed Properties for CSLA objects.
Note: For some things (Resources), I have not implemented every property (images, etc) as I don't need them and they are not required.
I have not tested this exact code, but it is a subset of what I am currently using that does work just fine. Names and Locations have been changed to protect the innocent. :)
Let me know if you need any help with it.
Jeff Young
Copyright (c) Marimer LLC