C# Class MyCryptoMonitor.Statics.AlertService

Afficher le fichier Open project: Crowley2012/MyCryptoMonitor Class Usage Examples

Private Properties

Свойство Type Description
GetContactAddress string
SendEmail void

Méthodes publiques

Méthode Description
Create ( ) : void
Delete ( ) : void
Load ( ) : void
Save ( ) : void
SendAlert ( List alerts ) : void

Private Methods

Méthode Description
GetContactAddress ( string address, Constants.Types type ) : string
SendEmail ( string alertMessage ) : void

Method Details

Create() public static méthode

public static Create ( ) : void
Résultat void

Delete() public static méthode

public static Delete ( ) : void
Résultat void

Load() public static méthode

public static Load ( ) : void
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void

SendAlert() public static méthode

public static SendAlert ( List alerts ) : void
alerts List
Résultat void