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

Afficher le fichier Open project: oreillymedia/building_maintainable_software

Méthodes publiques

Méthode 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 méthode

public GetFamilyName ( ) : string
Résultat string

GetGivenName() public méthode

public GetGivenName ( ) : string
Résultat string

GetPageWidthInCm() public méthode

public GetPageWidthInCm ( ) : float
Résultat float

SetFamilyName() public méthode

public SetFamilyName ( string familyName ) : void
familyName string
Résultat void

SetGivenName() public méthode

public SetGivenName ( string givenName ) : void
givenName string
Résultat void

SetPageWidthInInches() public méthode

public SetPageWidthInInches ( float newWidth ) : void
newWidth float
Résultat void

SetPageWidthInPoints() public méthode

public SetPageWidthInPoints ( float newWidth ) : void
newWidth float
Résultat void