PC Review


Reply
Thread Tools Rate Thread

Advice needed on classes integration

 
 
FP
Guest
Posts: n/a
 
      28th Nov 2007
Hi everybody,
in the application i'm writing (with VS2005) i need to make a call to a
remote modem,perform some analysis and filtering to the received
data,and,finally,insert the filtered data in a SqlServer database.
I am thinking to encapsulate all the call in a single "Call" object,which
will execute all the required steps.
So i have the following situation (i use tabs to emphasize the hierarchy):

call
{
actual call (which deals with serial port and gsm details)
data analysis and filtering
insertion of filtered data in the db
}

Each of the aboce entities is implemented as a different class (i wanna
test them separately),and all encapsulated in the call class.

After all this introduction,my question
So far i have written the code for the "actual call" and for the "data
analysis and filtering" in two separate class libraries.
Now i would like to create a class library for the call class,including the
two already written.Please notice that i would like to to be able to modify
the already written classes from this new class library i wanna create.

How can i do that?What i need is basically importing the existing class
library code in the newly created one...

Thanks in advance )



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
newb advice on classes mp Microsoft C# .NET 7 3rd Apr 2010 06:06 PM
Need advice on creating Repositories classes shapper Microsoft C# .NET 0 15th Jul 2009 01:05 AM
Advice on coding my classes Willie Neal Microsoft VB .NET 0 22nd May 2004 04:26 PM
Advice on struct fields in classes Marcus Andr?n Microsoft C# .NET 2 24th Mar 2004 02:53 PM
MB and Audio advice, please - integration of APU and codec Jay Williams DIY PC 2 25th Jan 2004 12:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:34 AM.