C# Класс AwesomeComputers.Manufacturers.Manufacturer

Наследование: IManufacturer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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