C# 클래스 AwesomeComputers.Manufacturers.Manufacturer

상속: IManufacturer
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
CreateLaptop ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
CreatePC ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
CreateServer ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer

메소드 상세

CreateLaptop() 공개 메소드

public CreateLaptop ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
cpuType int
coreCount int
ramSize int
hardCount int
hardCapacity int
리턴 AwesomeComputers.Computers.Computer

CreatePC() 공개 메소드

public CreatePC ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
cpuType int
coreCount int
ramSize int
hardCount int
hardCapacity int
리턴 AwesomeComputers.Computers.Computer

CreateServer() 공개 메소드

public CreateServer ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
cpuType int
coreCount int
ramSize int
hardCount int
hardCapacity int
리턴 AwesomeComputers.Computers.Computer