C# Class Seal.Model.OutputEmailDevice

Inheritance: Seal.Model.OutputDevice
Afficher le fichier Open project: ariacom/Seal-Report Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
UpdateEditorAttributes ( ) : void

Method Details

AddEmailAddresses() public méthode

public AddEmailAddresses ( MailAddressCollection collection, string input ) : void
collection MailAddressCollection
input string
Résultat void

Create() public static méthode

public static Create ( ) : OutputEmailDevice
Résultat OutputEmailDevice

LoadFromFile() public static méthode

public static LoadFromFile ( string path, bool ignoreException ) : Seal.Model.OutputDevice
path string
ignoreException bool
Résultat Seal.Model.OutputDevice

Process() public méthode

public Process ( Report report ) : string
report Report
Résultat string

SaveToFile() public méthode

public SaveToFile ( ) : void
Résultat void

SaveToFile() public méthode

public SaveToFile ( string path ) : void
path string
Résultat void

SendTestEmail() public méthode

public SendTestEmail ( ) : void
Résultat void

UpdateEditorAttributes() protected méthode

protected UpdateEditorAttributes ( ) : void
Résultat void

Validate() public méthode

public Validate ( ) : void
Résultat void