C# Class Project_Marmelade.Recipe

Afficher le fichier Open project: DMOe15a/ProjectMarmelade Class Usage Examples

Méthodes publiques

Méthode Description
Recipe ( int recipeId, string name, int quality, bool isApproved ) : System
Recipe ( int recipeId, string name, int quality, bool isApproved, string description ) : System
Recipe ( string name, int quality, bool isApproved ) : System

Method Details

Recipe() public méthode

public Recipe ( int recipeId, string name, int quality, bool isApproved ) : System
recipeId int
name string
quality int
isApproved bool
Résultat System

Recipe() public méthode

public Recipe ( int recipeId, string name, int quality, bool isApproved, string description ) : System
recipeId int
name string
quality int
isApproved bool
description string
Résultat System

Recipe() public méthode

public Recipe ( string name, int quality, bool isApproved ) : System
name string
quality int
isApproved bool
Résultat System