C# 클래스 Refactoring.Factories.RentalFactory

파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
Build ( ) : Rental[]
GetRentalInformation ( string title, TypeOfMovie priceCodesOfMovie, int daysRented ) : void

비공개 메소드들

메소드 설명
BuildMovie ( TypeOfMovie priceCode, string title ) : Movie
BuildRental ( TypeOfMovie priceCode, string title, int daysRented ) : Rental

메소드 상세

Build() 공개 정적인 메소드

public static Build ( ) : Rental[]
리턴 Rental[]

GetRentalInformation() 공개 정적인 메소드

public static GetRentalInformation ( string title, TypeOfMovie priceCodesOfMovie, int daysRented ) : void
title string
priceCodesOfMovie TypeOfMovie
daysRented int
리턴 void