C# Class AwesomeComputers.HardDrive.RAID

The idea is to have sepparate class that can hold a list of HardDrives.
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

Méthode Description
AddHardDrive ( HardDrive newDrive ) : void
LoadData ( int address ) : void
RAID ( ) : System
RAID ( List hardDriveList ) : System
RemoveHardDrive ( HardDrive driveToRemove ) : void
SaveData ( int adress, string data ) : void

Method Details

AddHardDrive() public méthode

public AddHardDrive ( HardDrive newDrive ) : void
newDrive HardDrive
Résultat void

LoadData() public méthode

public LoadData ( int address ) : void
address int
Résultat void

RAID() public méthode

public RAID ( ) : System
Résultat System

RAID() public méthode

public RAID ( List hardDriveList ) : System
hardDriveList List
Résultat System

RemoveHardDrive() public méthode

public RemoveHardDrive ( HardDrive driveToRemove ) : void
driveToRemove HardDrive
Résultat void

SaveData() public méthode

public SaveData ( int adress, string data ) : void
adress int
data string
Résultat void