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.
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

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