C# Class ConstantContactUtility.Components.EmailComponent

Parse response Streams into Emails
Afficher le fichier Open project: constantcontact/Constant-Contact-Dot-Net-ASP-Campaign-Forms

Méthodes publiques

Méthode Description
GetEmailCollection ( Stream stream ) : List

Get the collection of Emails from the Http response stream

Private Methods

Méthode Description
EmailComponent ( ) : System

Class constructor

GetEmail ( XPathNavigator node, IXmlNamespaceResolver resolver ) : ConstantContactBO.Entities.Email

Get Email object from specified Xml data

GetEmailId ( XPathNavigator node ) : string

Gets the Id of Email from Xml data

GetEmailLink ( XPathNavigator node, IXmlNamespaceResolver resolver ) : string

Gets the edit Link of Email from Xml data

GetEmailNodeDateTimeInfo ( XPathNavigator node, IXmlNamespaceResolver resolver, string xpath ) : DateTime?

Get Email Node Date time Info

GetEmailNodeStringInfo ( XPathNavigator node, IXmlNamespaceResolver resolver, string xpath ) : string

Get Email Node Info

GetEmailStatus ( string emailStatus ) : EmailStatus

Get the EmailStatus enum

InitializeEmailStatusNames ( ) : void

Initialize ContactStatusName dictionary

Method Details

GetEmailCollection() public static méthode

Get the collection of Emails from the Http response stream
public static GetEmailCollection ( Stream stream ) : List
stream Stream Response Stream
Résultat List