C# Class Model.ProductInfo

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

Méthodes publiques

Méthode Description
GetSizeCost ( string pType ) : void
ProductInfo ( string pName, string pType ) : System
ToString ( ) : string

Private Methods

Méthode Description
CalculateProductionPrice ( ) : string

Method Details

GetSizeCost() public méthode

public GetSizeCost ( string pType ) : void
pType string
Résultat void

ProductInfo() public méthode

public ProductInfo ( string pName, string pType ) : System
pName string
pType string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string