C# Class SecureDelete.Actions.MailAction

Inheritance: IAction, ICloneable
Afficher le fichier Open project: gratianlup/SecureDelete Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
EndStart ( ) : bool
IsValidMailAdress ( string adress ) : bool
MailAction ( ) : System
Start ( ) : bool
Stop ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

EndStart() public méthode

public EndStart ( ) : bool
Résultat bool

IsValidMailAdress() public static méthode

public static IsValidMailAdress ( string adress ) : bool
adress string
Résultat bool

MailAction() public méthode

public MailAction ( ) : System
Résultat System

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void