C# Class eu.sig.training.ch04.Clones

Mostrar archivo Open project: oreillymedia/building_maintainable_software

Public Methods

Method Description
GetFamilyName ( ) : string
GetGivenName ( ) : string
GetPageWidthInCm ( ) : float
SetFamilyName ( string familyName ) : void
SetGivenName ( string givenName ) : void
SetPageWidthInInches ( float newWidth ) : void
SetPageWidthInPoints ( float newWidth ) : void

Method Details

GetFamilyName() public method

public GetFamilyName ( ) : string
return string

GetGivenName() public method

public GetGivenName ( ) : string
return string

GetPageWidthInCm() public method

public GetPageWidthInCm ( ) : float
return float

SetFamilyName() public method

public SetFamilyName ( string familyName ) : void
familyName string
return void

SetGivenName() public method

public SetGivenName ( string givenName ) : void
givenName string
return void

SetPageWidthInInches() public method

public SetPageWidthInInches ( float newWidth ) : void
newWidth float
return void

SetPageWidthInPoints() public method

public SetPageWidthInPoints ( float newWidth ) : void
newWidth float
return void