C# Class MyCryptoMonitor.Statics.AlertService

Datei anzeigen Open project: Crowley2012/MyCryptoMonitor Class Usage Examples

Private Properties

Property Type Description
GetContactAddress string
SendEmail void

Public Methods

Method Description
Create ( ) : void
Delete ( ) : void
Load ( ) : void
Save ( ) : void
SendAlert ( List alerts ) : void

Private Methods

Method Description
GetContactAddress ( string address, Constants.Types type ) : string
SendEmail ( string alertMessage ) : void

Method Details

Create() public static method

public static Create ( ) : void
return void

Delete() public static method

public static Delete ( ) : void
return void

Load() public static method

public static Load ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void

SendAlert() public static method

public static SendAlert ( List alerts ) : void
alerts List
return void