C# 클래스 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
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
OrderAddress ( ) : System
SetNorthwindAddress ( string street, string city, string zipCode, string country ) : void

비공개 메소드들

메소드 설명
CombineAddress ( string northwindAddress, string northwindCity, string northwindZipCode, string northwindCountry ) : string
SplitAddress ( string crmOrderAddress, string &northwindAddress, string &northwindCity, string &northwindZipCode, string &northwindCountry ) : void

메소드 상세

OrderAddress() 공개 메소드

public OrderAddress ( ) : System
리턴 System

SetNorthwindAddress() 공개 메소드

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