C# Class FubuMVC.IntegrationTesting.Samples.NumberEndpoint

显示文件 Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
get_doubled_Value ( DoubleNumber number ) : string
get_invalid ( ) : string
get_special ( ) : string

Private Methods

Method Description
get_number_Value ( Number number ) : string

Method Details

get_doubled_Value() public method

public get_doubled_Value ( DoubleNumber number ) : string
number DoubleNumber
return string

get_invalid() public method

public get_invalid ( ) : string
return string

get_special() public method

public get_special ( ) : string
return string