C# Class Refactoring.StringStatementBuilder

显示文件 Open project: Confirmit/Students

Public Methods

Method Description
GetStringOfCustomerName ( string name ) : string
GetStringOfFrequentRenterPoints ( int frequentRenterPoints ) : string
GetStringOfRentalForCurrentMovie ( string movieTitle, double valueOfCurrentMovie ) : string
GetStringOfTotalRental ( double totalRental ) : string

Method Details

GetStringOfCustomerName() public method

public GetStringOfCustomerName ( string name ) : string
name string
return string

GetStringOfFrequentRenterPoints() public method

public GetStringOfFrequentRenterPoints ( int frequentRenterPoints ) : string
frequentRenterPoints int
return string

GetStringOfRentalForCurrentMovie() public method

public GetStringOfRentalForCurrentMovie ( string movieTitle, double valueOfCurrentMovie ) : string
movieTitle string
valueOfCurrentMovie double
return string

GetStringOfTotalRental() public method

public GetStringOfTotalRental ( double totalRental ) : string
totalRental double
return string