C# Class RefactoringGolf.Store.Product

Afficher le fichier Open project: snahider/Refactoring-Golf Class Usage Examples

Méthodes publiques

Méthode Description
Product ( string name, decimal unitPrice, ProductCategory category, ImageInfo image )
ToXml ( ) : string

Method Details

Product() public méthode

public Product ( string name, decimal unitPrice, ProductCategory category, ImageInfo image )
name string
unitPrice decimal
category ProductCategory
image ImageInfo

ToXml() public méthode

public ToXml ( ) : string
Résultat string