C# 클래스 TstClass.Customer

파일 보기 프로젝트 열기: suntong/lang 1 사용 예제들

공개 메소드들

메소드 설명
Customer ( double purchases, string name, int ID ) : System
GetContactInfo ( ) : string
GetTransactionHistory ( ) : string

메소드 상세

Customer() 공개 메소드

public Customer ( double purchases, string name, int ID ) : System
purchases double
name string
ID int
리턴 System

GetContactInfo() 공개 메소드

public GetContactInfo ( ) : string
리턴 string

GetTransactionHistory() 공개 메소드

public GetTransactionHistory ( ) : string
리턴 string