Property | Type | Description | |
---|---|---|---|
GetLocalName | string | ||
GetNotificationValues | IEnumerable |
||
GetNotificationsValueOrDefault | string |
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.
|
Method | Description | |
---|---|---|
GetLocalName ( string qualified ) : string | ||
GetNotificationValues ( System.Xml.Linq.XElement notification ) : IEnumerable |
||
GetNotificationsValueOrDefault ( string property ) : string |
public SalesforceNotifications ( System.Xml.Linq.XElement doc ) : System | ||
doc | System.Xml.Linq.XElement | An Outbound SOAP Message received from Salesforce. |
return | System |