C# 클래스 eu.sig.training.ch04.Clones

파일 보기 프로젝트 열기: oreillymedia/building_maintainable_software

공개 메소드들

메소드 설명
GetFamilyName ( ) : string
GetGivenName ( ) : string
GetPageWidthInCm ( ) : float
SetFamilyName ( string familyName ) : void
SetGivenName ( string givenName ) : void
SetPageWidthInInches ( float newWidth ) : void
SetPageWidthInPoints ( float newWidth ) : void

메소드 상세

GetFamilyName() 공개 메소드

public GetFamilyName ( ) : string
리턴 string

GetGivenName() 공개 메소드

public GetGivenName ( ) : string
리턴 string

GetPageWidthInCm() 공개 메소드

public GetPageWidthInCm ( ) : float
리턴 float

SetFamilyName() 공개 메소드

public SetFamilyName ( string familyName ) : void
familyName string
리턴 void

SetGivenName() 공개 메소드

public SetGivenName ( string givenName ) : void
givenName string
리턴 void

SetPageWidthInInches() 공개 메소드

public SetPageWidthInInches ( float newWidth ) : void
newWidth float
리턴 void

SetPageWidthInPoints() 공개 메소드

public SetPageWidthInPoints ( float newWidth ) : void
newWidth float
리턴 void