C# Class Ecolab.Pages.DialogManager

Inheritance: PageBase
Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Méthodes publiques

Méthode Description
ClickonCancelButton ( ) : void

Clickons the cancel preferences button.

ClickonOKButton ( ) : void

Clickons the cancel preferences button.

DialogManager ( Ecolab TelerikPlugin ) : System
DownloadFile ( System.Action printButtonClick ) : void
GetMessageAndOKButton ( ) : void

Clickons the cancel preferences button.

UpLoadFile ( String filePath ) : void

Ups the load file.

Private Methods

Méthode Description
MyCustomAlertHandler ( IDialog dialog ) : void

Method Details

ClickonCancelButton() public méthode

Clickons the cancel preferences button.
public ClickonCancelButton ( ) : void
Résultat void

ClickonOKButton() public méthode

Clickons the cancel preferences button.
public ClickonOKButton ( ) : void
Résultat void

DialogManager() public méthode

public DialogManager ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab
Résultat System

DownloadFile() public méthode

public DownloadFile ( System.Action printButtonClick ) : void
printButtonClick System.Action
Résultat void

GetMessageAndOKButton() public méthode

Clickons the cancel preferences button.
public GetMessageAndOKButton ( ) : void
Résultat void

UpLoadFile() public méthode

Ups the load file.
public UpLoadFile ( String filePath ) : void
filePath String The file path.
Résultat void