C# Class 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.
Show file Open project: aspnet/WebHooks Class Usage Examples

Private Properties

Property Type Description
GetLocalName string
GetNotificationValues IEnumerable
GetNotificationsValueOrDefault string

Public Methods

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

Private Methods

Method Description
GetLocalName ( string qualified ) : string
GetNotificationValues ( System.Xml.Linq.XElement notification ) : IEnumerable
GetNotificationsValueOrDefault ( string property ) : string

Method Details

SalesforceNotifications() public method

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.
return System