C# Class NSemble.Core.Tasks.SendEmailTask

Inheritance: ExecutableTask
Show file Open project: synhershko/NSemble

Public Methods

Method Description
Execute ( ) : void
SendEmailTask ( string replyTo, string subject, HashSet sendTo, string html ) : System.Collections.Generic
SendEmailTask ( string replyTo, string subject, HashSet sendTo, string view, dynamic model ) : System.Collections.Generic

Method Details

Execute() public method

public Execute ( ) : void
return void

SendEmailTask() public method

public SendEmailTask ( string replyTo, string subject, HashSet sendTo, string html ) : System.Collections.Generic
replyTo string
subject string
sendTo HashSet
html string
return System.Collections.Generic

SendEmailTask() public method

public SendEmailTask ( string replyTo, string subject, HashSet sendTo, string view, dynamic model ) : System.Collections.Generic
replyTo string
subject string
sendTo HashSet
view string
model dynamic
return System.Collections.Generic