.NET managed classes for the Raiser's Edge API, utilizing .NET 3.5
NOTE: Not affiliated with Blackbaud
Alpha version released
What's Included?
- Managed REAPIClass
- BaseProxy
- SingletonProxy (for use with Singleton class, which is included)
- Managed CRecordClass
- With shallow data copying/updating (great for CRUD with a web service)
- Check out the Record.cs class in the GarbageConsole project.
- Managed CQueryClass
- Can return a System.Data.DataTable for simple data binding
Lots more!