[Repost] extra classes vs. inheritance search

2005-01-06 Thread Bouche Paul
Hi, I habe the following problem I have an interface similar to this public interface IWebService { public RequestSearchResult requestSearch(SearchRequestBase[] searchRequests); } and the classes look the following the ReqeustSearchResult is not the problem public abstract class SearchReq

extra classes vs inheritance search

2005-01-03 Thread Bouche Paul
Hi, I habe the following problem I have an interface similar to this public interface IWebService { public RequestSearchResult requestSearch(SearchRequestBase[] searchRequests); } and the classes look the following the ReqeustSearchResult is not the problem public abstract class SearchReq