C# Класс Refactoring.Customer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddRental() публичный Метод

public AddRental ( Rental rental ) : void
rental Rental
Результат void

Customer() публичный Метод

public Customer ( string name ) : System.Collections.Generic
name string
Результат System.Collections.Generic

Customer() публичный Метод

public Customer ( string name, IEnumerable rentals ) : System.Collections.Generic
name string
rentals IEnumerable
Результат System.Collections.Generic

Customer() публичный Метод

public Customer ( string name, Rental rental ) : System.Collections.Generic
name string
rental Rental
Результат System.Collections.Generic