C# Class DataAccessModule.SubCategory

Inheritance: Category
Afficher le fichier Open project: jasonhuber/devryweb460store

Méthodes publiques

Méthode Description
SubCategory ( ) : System
SubCategory ( int id, string name, string imageLocation, Category parentCategory ) : System

Method Details

SubCategory() public méthode

public SubCategory ( ) : System
Résultat System

SubCategory() public méthode

public SubCategory ( int id, string name, string imageLocation, Category parentCategory ) : System
id int
name string
imageLocation string
parentCategory Category
Résultat System