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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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