C# 클래스 Refactoring.Rental

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Rental System.Runtime.Serialization

공개 메소드들

메소드 설명
GetCharge ( ) : double
GetFrequentPoints ( ) : int
GetPrice ( ) : double
Rental ( Movie movie, int daysRented )
Rental ( Movie movie, int daysRented ) : System.Runtime.Serialization

비공개 메소드들

메소드 설명
Rental ( ) : System.Runtime.Serialization

메소드 상세

GetCharge() 공개 메소드

public GetCharge ( ) : double
리턴 double

GetFrequentPoints() 공개 메소드

public GetFrequentPoints ( ) : int
리턴 int

GetPrice() 공개 메소드

public GetPrice ( ) : double
리턴 double

Rental() 공개 메소드

public Rental ( Movie movie, int daysRented )
movie Movie
daysRented int

Rental() 공개 메소드

public Rental ( Movie movie, int daysRented ) : System.Runtime.Serialization
movie Movie
daysRented int
리턴 System.Runtime.Serialization