C# 클래스 Waf.InformationManager.EmailClient.Modules.Applications.SampleData.SampleDataProvider

파일 보기 프로젝트 열기: jbe2277/waf

공개 메소드들

메소드 설명
CreateDrafts ( ) : IReadOnlyList
CreateEmailAccount ( ) : EmailAccount
CreateInboxEmails ( ) : IReadOnlyList
CreateSentEmails ( ) : IReadOnlyList

비공개 메소드들

메소드 설명
CreateEmail ( string title, System.DateTime sent, string from, IReadOnlyList to, IReadOnlyList cc, string message ) : Email

메소드 상세

CreateDrafts() 공개 정적인 메소드

public static CreateDrafts ( ) : IReadOnlyList
리턴 IReadOnlyList

CreateEmailAccount() 공개 정적인 메소드

public static CreateEmailAccount ( ) : EmailAccount
리턴 Waf.InformationManager.EmailClient.Modules.Domain.Emails.EmailAccount

CreateInboxEmails() 공개 정적인 메소드

public static CreateInboxEmails ( ) : IReadOnlyList
리턴 IReadOnlyList

CreateSentEmails() 공개 정적인 메소드

public static CreateSentEmails ( ) : IReadOnlyList
리턴 IReadOnlyList