Méthode | Description | |
---|---|---|
OrderAddress ( ) : System | ||
SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void |
Méthode | Description | |
---|---|---|
CombineAddress ( string northwindAddress, string northwindCity, string northwindZipCode, string northwindCountry ) : string | ||
SplitAddress ( string crmOrderAddress, string &northwindAddress, string &northwindCity, string &northwindZipCode, string &northwindCountry ) : void |
public SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void | ||
street | string | |
city | string | |
zipCode | string | |
country | string | |
Résultat | void |