C# Class BizTalk.MapperExtensions.CRMFunctoids.CRMLookup

Inheritance: BaseFunctoid
Afficher le fichier Open project: BizTalkCommunity/BizTalk-Mapper-Extensions-UtilityPack

Méthodes publiques

Méthode 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 méthode

public CRMLookup ( ) : System
Résultat System

CRMLookupValue() public méthode

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
Résultat string