C# Class BizTalk.MapperExtensions.CRMFunctoids.CRMLookup

Inheritance: BaseFunctoid
Show file Open project: BizTalkCommunity/BizTalk-Mapper-Extensions-UtilityPack

Public Methods

Method Description
CRMLookup ( ) : System
CRMLookupValue ( string ssoApplicationName, string guidField, string entityName, string keyField, string valueIn ) : string

The real operation to be executed by the functoid

Method Details

CRMLookup() public method

public CRMLookup ( ) : System
return System

CRMLookupValue() public method

The real operation to be executed by the functoid
public CRMLookupValue ( string ssoApplicationName, string guidField, string entityName, string keyField, string valueIn ) : string
ssoApplicationName string
guidField string
entityName string
keyField string
valueIn string
return string