Esempio n. 1
0
 public string GetESBItineraryPropertySchemasContextProperty(BizTalkESBItineraryPropertySchemaEnum property, FailureActionEnum failureAction)
 {
     return(GetContextProperty(property.ToString(), ContextPropertyNamespaces._ESBItineraryNamespace, failureAction));
 }
Esempio n. 2
0
 public void SetESBItineraryPropertySchemasContextProperty(BizTalkESBItineraryPropertySchemaEnum property, object value, ContextInstructionTypeEnum promotion, TypeEnum type)
 {
     SetCustomContextProperty(property.ToString(), ContextPropertyNamespaces._ESBItineraryNamespace, value, promotion, type);
 }