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

Mostrar archivo Open project: Sage/SData-Contracts Class Usage Examples

Public Methods

Method Description
ContactName ( ) : System
SetCrmContact ( Property salutation, Property fisrtName, Property middleName, Property lastName, Property suffix ) : void

Private Methods

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

Method Details

ContactName() public method

public ContactName ( ) : System
return System

SetCrmContact() public method

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