C# 클래스 Rock.Communication.TransportComponent

Base class for components that perform actions for a workflow
상속: Rock.Extension.Component
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
Send ( string>.Dictionary mediumData, List recipients, string appRoot, string themeRoot ) : void

Sends the specified medium data to the specified list of recipients.

Send ( List recipients, string from, string subject, string body, string appRoot = null, string themeRoot = null ) : void

Sends the specified recipients.

Send ( List recipients, string from, string subject, string body, string appRoot = null, string themeRoot = null, List attachments = null ) : void

Sends the specified recipients.

Send ( List recipients, string from, string fromName, string subject, string body, string appRoot = null, string themeRoot = null, List attachments = null ) : void

Sends the specified recipients.

Send ( Rock communication ) : void

Sends the specified communication.

Send ( SystemEmail template, List recipients, string appRoot, string themeRoot ) : void

Sends the specified template.

메소드 상세

Send() 공개 추상적인 메소드

Sends the specified medium data to the specified list of recipients.
public abstract Send ( string>.Dictionary mediumData, List recipients, string appRoot, string themeRoot ) : void
mediumData string>.Dictionary The medium data.
recipients List The recipients.
appRoot string The application root.
themeRoot string The theme root.
리턴 void

Send() 공개 추상적인 메소드

Sends the specified recipients.
public abstract Send ( List recipients, string from, string subject, string body, string appRoot = null, string themeRoot = null ) : void
recipients List The recipients.
from string From.
subject string The subject.
body string The body.
appRoot string The application root.
themeRoot string The theme root.
리턴 void

Send() 공개 추상적인 메소드

Sends the specified recipients.
public abstract Send ( List recipients, string from, string subject, string body, string appRoot = null, string themeRoot = null, List attachments = null ) : void
recipients List The recipients.
from string From.
subject string The subject.
body string The body.
appRoot string The application root.
themeRoot string The theme root.
attachments List Attachments.
리턴 void

Send() 공개 추상적인 메소드

Sends the specified recipients.
public abstract Send ( List recipients, string from, string fromName, string subject, string body, string appRoot = null, string themeRoot = null, List attachments = null ) : void
recipients List The recipients.
from string From.
fromName string From name.
subject string The subject.
body string The body.
appRoot string The application root.
themeRoot string The theme root.
attachments List The attachments.
리턴 void

Send() 공개 추상적인 메소드

Sends the specified communication.
public abstract Send ( Rock communication ) : void
communication Rock The communication.
리턴 void

Send() 공개 추상적인 메소드

Sends the specified template.
public abstract Send ( SystemEmail template, List recipients, string appRoot, string themeRoot ) : void
template SystemEmail The template.
recipients List The recipients.
appRoot string The application root.
themeRoot string The theme root.
리턴 void