C# Class Refactoring.Customer

显示文件 Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
AddRental ( Rental rental ) : void
Customer ( string name ) : System.Collections.Generic
Customer ( string name, IEnumerable rentals ) : System.Collections.Generic
Customer ( string name, Rental rental ) : System.Collections.Generic

Method Details

AddRental() public method

public AddRental ( Rental rental ) : void
rental Rental
return void

Customer() public method

public Customer ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Customer() public method

public Customer ( string name, IEnumerable rentals ) : System.Collections.Generic
name string
rentals IEnumerable
return System.Collections.Generic

Customer() public method

public Customer ( string name, Rental rental ) : System.Collections.Generic
name string
rental Rental
return System.Collections.Generic