C# Class PCCatalog.Computer

Afficher le fichier Open project: Y-LyN-10/Software-University-Courses Class Usage Examples

Méthodes publiques

Méthode Description
AddComponent ( Component component ) : bool

Methods

Computer ( string name ) : System
Computer ( string name, List components ) : System

Constructors

GetDescription ( ) : string
ToString ( ) : string

Private Methods

Méthode Description
IComparable ( object obj ) : int

Method Details

AddComponent() public méthode

Methods
public AddComponent ( Component component ) : bool
component Component
Résultat bool

Computer() public méthode

public Computer ( string name ) : System
name string
Résultat System

Computer() public méthode

Constructors
public Computer ( string name, List components ) : System
name string
components List
Résultat System

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string