From: Christopher W. <chr...@ad...> - 2003-05-09 14:35:37
|
> Hello: > > > I'm implementing in the C# GDS implementation methods for handle > Services API of Firebird, now i want to know people thoughts on some > questions: > > 1. It's interesting or not to make a set or clasess wrapping the > Services API ?? > > 2. If asnwer to the first question is Yes, how we can implement it: > 2.1 As a single public class called FbServices and let people to wrap it. > > 2.2 Make a set of classes wrapping the Services funcionaluty, for > example FbBackup, FbRestore, FbXXXXX, and here we need to think if we > want to wrap all the funcionaly or only some things and how to expose > the funcionality ( like Services API constants ). > > 2.3 Other ?? > > > My answers are: > > 1. Yes. Also Agree. > 2. I think method 2.2 it's better. Also Agree. I also think having 2 assemblies would provide the option of installing only the needed set. I also want to say thank you for this great software library and your quick responses to problems. I am planning on using it for my own product! Regards, Chris Whelan |