Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have the following class structure


Transaction Class

Standing Order Class: Transaction Class
Credit Card Payment Class: Transaction Class

I create a List<standingorderclass> full of standing orders but I want to add these to a shared list view as the Transaction class so different types of transactions can use the same listview.

How do I archive this?

Thanks,
Posted
Comments
Maciej Los 29-May-12 13:11pm    
The problem was defined rather vaguely... Please, be more specific. Where is a problem?
John Orendt 29-May-12 13:12pm    
Unclear, how does the Credit Card Payment Class fit in with what you want?

1 solution

C#
List<transactionclass> instead of List<standingorderclass>
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900