Méthode | Description | |
---|---|---|
CalculateSuggestedPrice ( decimal markupPercent ) : decimal |
Calculates the suggested retail price
|
|
Product ( ) : System | ||
Product ( int productId, string productName, string description ) : System | ||
ToString ( ) : string |
public CalculateSuggestedPrice ( decimal markupPercent ) : decimal | ||
markupPercent | decimal | Percent used to mark up the cost. |
Résultat | decimal |
public Product ( int productId, string productName, string description ) : System | ||
productId | int | |
productName | string | |
description | string | |
Résultat | System |