C# Class CsEquivalents.ClassExamples.Product

Afficher le fichier Open project: swlaschin/fsharp-decompiled

Méthodes publiques

Méthode Description
CanBeSoldTo ( string countryCode ) : bool

Example of method

Product ( object id, object name ) : System

secondary constructor

Product ( object id, object name, double price ) : System

primary constructor

Method Details

CanBeSoldTo() public méthode

Example of method
public CanBeSoldTo ( string countryCode ) : bool
countryCode string
Résultat bool

Product() public méthode

secondary constructor
public Product ( object id, object name ) : System
id object
name object
Résultat System

Product() public méthode

primary constructor
public Product ( object id, object name, double price ) : System
id object
name object
price double
Résultat System