C# Class AwesomeComputers.Manufacturers.Manufacturer

Inheritance: IManufacturer
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

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

Method Details

CreateLaptop() public méthode

public CreateLaptop ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
cpuType int
coreCount int
ramSize int
hardCount int
hardCapacity int
Résultat AwesomeComputers.Computers.Computer

CreatePC() public méthode

public CreatePC ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
cpuType int
coreCount int
ramSize int
hardCount int
hardCapacity int
Résultat AwesomeComputers.Computers.Computer

CreateServer() public méthode

public CreateServer ( int cpuType, int coreCount, int ramSize, int hardCount, int hardCapacity ) : Computer
cpuType int
coreCount int
ramSize int
hardCount int
hardCapacity int
Résultat AwesomeComputers.Computers.Computer