C# Класс ConstantContactUtility.Components.EmailComponent

Parse response Streams into Emails
Показать файл Открыть проект

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

Метод Описание
GetEmailCollection ( Stream stream ) : List

Get the collection of Emails from the Http response stream

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

Метод Описание
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

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

GetEmailCollection() публичный статический Метод

Get the collection of Emails from the Http response stream
public static GetEmailCollection ( Stream stream ) : List
stream Stream Response Stream
Результат List