C# Класс Microsoft.AspNet.WebHooks.SalesforceNotifications

Describes one or more event notifications received as an Outbound Message from Salesforce. For details about Salesforce Outbound Messages, see https://help.salesforce.com/htviewhelpdoc?id=workflow_defining_outbound_messages.htm.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetLocalName string
GetNotificationValues IEnumerable
GetNotificationsValueOrDefault string

Открытые методы

Метод Описание
SalesforceNotifications ( System.Xml.Linq.XElement doc ) : System

Initializes a new instance of the SalesforceNotifications with a given doc representing an Outbound SOAP Message received from Salesforce.

Приватные методы

Метод Описание
GetLocalName ( string qualified ) : string
GetNotificationValues ( System.Xml.Linq.XElement notification ) : IEnumerable
GetNotificationsValueOrDefault ( string property ) : string

Описание методов

SalesforceNotifications() публичный Метод

Initializes a new instance of the SalesforceNotifications with a given doc representing an Outbound SOAP Message received from Salesforce.
public SalesforceNotifications ( System.Xml.Linq.XElement doc ) : System
doc System.Xml.Linq.XElement An Outbound SOAP Message received from Salesforce.
Результат System