C# 클래스 Sage.Integration.Northwind.Application.Toolkit.ContactName

파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
ContactName ( ) : System
SetCrmContact ( Property salutation, Property fisrtName, Property middleName, Property lastName, Property suffix ) : void

비공개 메소드들

메소드 설명
CombinePerson ( string salutation, string firstName, string middleName, string lastName, string suffix ) : string
SplitPerson ( string northwindContacName, string &crmSalutation, string &crmFirstName, string &crmMiddleName, string &crmLastName, string &crmSuffix ) : void

메소드 상세

ContactName() 공개 메소드

public ContactName ( ) : System
리턴 System

SetCrmContact() 공개 메소드

public SetCrmContact ( Property salutation, Property fisrtName, Property middleName, Property lastName, Property suffix ) : void
salutation Property
fisrtName Property
middleName Property
lastName Property
suffix Property
리턴 void