Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetFrequentPoints ( int daysRented ) : int | ||
GetPrice ( int daysRented ) : double |
Method | Description | |
---|---|---|
Movie ( ) : System.Runtime.Serialization | ||
Movie ( string title ) : System.Runtime.Serialization |
public GetFrequentPoints ( int daysRented ) : int | ||
daysRented | int | |
return | int |
public abstract GetPrice ( int daysRented ) : double | ||
daysRented | int | |
return | double |
protected Movie ( ) : System.Runtime.Serialization | ||
return | System.Runtime.Serialization |
protected Movie ( string title ) : System.Runtime.Serialization | ||
title | string | |
return | System.Runtime.Serialization |