C# Class Refactoring.Customer

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddRental ( Rental rental ) : void
rental Rental
Résultat void

Customer() public méthode

public Customer ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

Customer() public méthode

public Customer ( string name, IEnumerable rentals ) : System.Collections.Generic
name string
rentals IEnumerable
Résultat System.Collections.Generic

Customer() public méthode

public Customer ( string name, Rental rental ) : System.Collections.Generic
name string
rental Rental
Résultat System.Collections.Generic