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
显示文件 Open project: Sage/SData-Contracts Class Usage Examples

Public Methods

Method Description
OrderAddress ( ) : System
SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void

Private Methods

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

public OrderAddress ( ) : System
return System

SetNorthwindAddress() public method

public SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void
street string
city string
zipCode string
country string
return void