From: Carlos G. A. <car...@te...> - 2003-05-08 17:47:58
|
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. 2. I think method 2.2 it's better. -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |