C# Class Seal.Model.OutputEmailDevice

Inheritance: Seal.Model.OutputDevice
ファイルを表示 Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddEmailAddresses ( MailAddressCollection collection, string input ) : void
Create ( ) : OutputEmailDevice
LoadFromFile ( string path, bool ignoreException ) : Seal.Model.OutputDevice
Process ( Report report ) : string
SaveToFile ( ) : void
SaveToFile ( string path ) : void
SendTestEmail ( ) : void
Validate ( ) : void

Protected Methods

Method Description
UpdateEditorAttributes ( ) : void

Method Details

AddEmailAddresses() public method

public AddEmailAddresses ( MailAddressCollection collection, string input ) : void
collection MailAddressCollection
input string
return void

Create() public static method

public static Create ( ) : OutputEmailDevice
return OutputEmailDevice

LoadFromFile() public static method

public static LoadFromFile ( string path, bool ignoreException ) : Seal.Model.OutputDevice
path string
ignoreException bool
return Seal.Model.OutputDevice

Process() public method

public Process ( Report report ) : string
report Report
return string

SaveToFile() public method

public SaveToFile ( ) : void
return void

SaveToFile() public method

public SaveToFile ( string path ) : void
path string
return void

SendTestEmail() public method

public SendTestEmail ( ) : void
return void

UpdateEditorAttributes() protected method

protected UpdateEditorAttributes ( ) : void
return void

Validate() public method

public Validate ( ) : void
return void