C# 클래스 Refactoring.Movie

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetFrequentPoints ( int daysRented ) : int
GetPrice ( int daysRented ) : double

보호된 메소드들

메소드 설명
Movie ( ) : System.Runtime.Serialization
Movie ( string title ) : System.Runtime.Serialization

메소드 상세

GetFrequentPoints() 공개 메소드

public GetFrequentPoints ( int daysRented ) : int
daysRented int
리턴 int

GetPrice() 공개 추상적인 메소드

public abstract GetPrice ( int daysRented ) : double
daysRented int
리턴 double

Movie() 보호된 메소드

protected Movie ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

Movie() 보호된 메소드

protected Movie ( string title ) : System.Runtime.Serialization
title string
리턴 System.Runtime.Serialization