Test
Class Customer


public class Customer


Field Summary
 intAge
           
 CountryCountry
           
 stringName
           
 IEnumerableOrders
           
 CustomerPortfolioPortfolio
           
 stringStreet
           
 intStreetNr
           
 IEnumerableSuppliers
           

Constructor Summary
Customer()
           
Customer(int id)
           

Method Summary
 voidAddOrder(Order order)
           
 voidAddSupplier(Supplier supplier)
           
 voidRemoveOrder(Order order)
           
 voidRemoveSupplier(Supplier supplier)
           

Field Detail

Age

public int Age

Country

public Country Country

Name

public string Name

Orders

public IEnumerable Orders

Portfolio

public CustomerPortfolio Portfolio

Street

public string Street

StreetNr

public int StreetNr

Suppliers

public IEnumerable Suppliers
Constructor Detail

Customer

public Customer()

Customer

public Customer(int id)
Method Detail

AddOrder

public void AddOrder(Order order)

AddSupplier

public void AddSupplier(Supplier supplier)

RemoveOrder

public void RemoveOrder(Order order)

RemoveSupplier

public void RemoveSupplier(Supplier supplier)

Association Links

to Class Opf.Test.Country

to Class Opf.Test.CustomerPortfolio

to Class Opf.Test.CustomerPortfolio

to Class Opf.Test.Country