C# Class CsEquivalents.ClassExamples.Product

Mostra file Open project: swlaschin/fsharp-decompiled

Public Methods

Method 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 method

Example of method
public CanBeSoldTo ( string countryCode ) : bool
countryCode string
return bool

Product() public method

secondary constructor
public Product ( object id, object name ) : System
id object
name object
return System

Product() public method

primary constructor
public Product ( object id, object name, double price ) : System
id object
name object
price double
return System