C# 클래스 ConstantContactUtility.Components.EmailComponent

Parse response Streams into Emails
파일 보기 프로젝트 열기: constantcontact/Constant-Contact-Dot-Net-ASP-Campaign-Forms

공개 메소드들

메소드 설명
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