C# 클래스 Chaos.Mcm.EmailServiceExtensions

파일 보기 프로젝트 열기: CHAOS-Community/CHAOS.Portal.MCM

공개 메소드들

메소드 설명
SendFromEmailSchema ( this emailService, IEnumerable to, IEnumerable bcc, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
SendFromEmailSchema ( this emailService, IList to, IEnumerable bcc, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
SendFromEmailSchema ( this emailService, IList to, IEnumerable bcc, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
SendFromEmailSchema ( this emailService, string to, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
SendFromEmailSchema ( this emailService, string to, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
SendFromEmailSchema ( this emailService, string to, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
SendTemplate ( this emailService, string from, IEnumerable to, IEnumerable bcc, string subject, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
SendTemplate ( this emailService, string from, IEnumerable to, IEnumerable bcc, string subject, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
SendTemplate ( this emailService, string from, string to, string subject, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
SendTemplate ( this emailService, string from, string to, string subject, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void

비공개 메소드들

메소드 설명
GetDatas ( IMcmRepository repository, IEnumerable metadatas ) : IList
GetEmailTemplate ( IMcmRepository repository, MetadataIdentifier template ) : EmailTemplate
GetMetadata ( IMcmRepository repository, MetadataIdentifier metadata, string errorMessage = "Failed to get metadata" ) : System.Xml.Linq.XElement

메소드 상세

SendFromEmailSchema() 공개 정적인 메소드

public static SendFromEmailSchema ( this emailService, IEnumerable to, IEnumerable bcc, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
emailService this
to IEnumerable
bcc IEnumerable
repository IMcmRepository
template MetadataIdentifier
datas IList
리턴 void

SendFromEmailSchema() 공개 정적인 메소드

public static SendFromEmailSchema ( this emailService, IList to, IEnumerable bcc, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
emailService this
to IList
bcc IEnumerable
repository IMcmRepository
template MetadataIdentifier
datas IList
리턴 void

SendFromEmailSchema() 공개 정적인 메소드

public static SendFromEmailSchema ( this emailService, IList to, IEnumerable bcc, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
emailService this
to IList
bcc IEnumerable
repository IMcmRepository
template MetadataIdentifier
data System.Xml.Linq.XElement
리턴 void

SendFromEmailSchema() 공개 정적인 메소드

public static SendFromEmailSchema ( this emailService, string to, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
emailService this
to string
repository IMcmRepository
template MetadataIdentifier
datas IList
리턴 void

SendFromEmailSchema() 공개 정적인 메소드

public static SendFromEmailSchema ( this emailService, string to, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
emailService this
to string
repository IMcmRepository
template MetadataIdentifier
datas IList
리턴 void

SendFromEmailSchema() 공개 정적인 메소드

public static SendFromEmailSchema ( this emailService, string to, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
emailService this
to string
repository IMcmRepository
template MetadataIdentifier
data System.Xml.Linq.XElement
리턴 void

SendTemplate() 공개 정적인 메소드

public static SendTemplate ( this emailService, string from, IEnumerable to, IEnumerable bcc, string subject, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
emailService this
from string
to IEnumerable
bcc IEnumerable
subject string
repository IMcmRepository
template MetadataIdentifier
datas IList
리턴 void

SendTemplate() 공개 정적인 메소드

public static SendTemplate ( this emailService, string from, IEnumerable to, IEnumerable bcc, string subject, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
emailService this
from string
to IEnumerable
bcc IEnumerable
subject string
repository IMcmRepository
template MetadataIdentifier
data System.Xml.Linq.XElement
리턴 void

SendTemplate() 공개 정적인 메소드

public static SendTemplate ( this emailService, string from, string to, string subject, IMcmRepository repository, MetadataIdentifier template, IList datas ) : void
emailService this
from string
to string
subject string
repository IMcmRepository
template MetadataIdentifier
datas IList
리턴 void

SendTemplate() 공개 정적인 메소드

public static SendTemplate ( this emailService, string from, string to, string subject, IMcmRepository repository, MetadataIdentifier template, System.Xml.Linq.XElement data ) : void
emailService this
from string
to string
subject string
repository IMcmRepository
template MetadataIdentifier
data System.Xml.Linq.XElement
리턴 void