C# Class Sage.Integration.Northwind.Application.Toolkit.OrderAddress

this class will split northwind address and concat a crm adress it is also possible to initiate the class with an northwing string, replace an part of crm (like address2) and get the updated nortwind adress
Afficher le fichier Open project: Sage/SData-Contracts Class Usage Examples

Méthodes publiques

Méthode Description
OrderAddress ( ) : System
SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void

Private Methods

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

Method Details

OrderAddress() public méthode

public OrderAddress ( ) : System
Résultat System

SetNorthwindAddress() public méthode

public SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void
street string
city string
zipCode string
country string
Résultat void