Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Refactoring
NewReleasePrice
C# Class Refactoring.NewReleasePrice
Inheritance:
Price
Mostra file
Open project: Confirmit/Students
Public Methods
Method
Description
GetFrequentPoints
(
int
daysRented
) :
int
GetPrice
(
int
daysRented
) :
double
GetPriceCode
( ) :
TypeOfMovie
Method Details
GetFrequentPoints()
public
method
public
GetFrequentPoints
(
int
daysRented
) :
int
daysRented
int
return
int
GetPrice()
public
method
public
GetPrice
(
int
daysRented
) :
double
daysRented
int
return
double
GetPriceCode()
public
method
public
GetPriceCode
( ) :
TypeOfMovie
return
TypeOfMovie