C# Class Ecolab.Pages.DialogManager

Inheritance: PageBase
显示文件 Open project: geeksree/cSharpGeeks Class Usage Examples

Public Methods

Method 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

Method Description
MyCustomAlertHandler ( IDialog dialog ) : void

Method Details

ClickonCancelButton() public method

Clickons the cancel preferences button.
public ClickonCancelButton ( ) : void
return void

ClickonOKButton() public method

Clickons the cancel preferences button.
public ClickonOKButton ( ) : void
return void

DialogManager() public method

public DialogManager ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab
return System

DownloadFile() public method

public DownloadFile ( System.Action printButtonClick ) : void
printButtonClick System.Action
return void

GetMessageAndOKButton() public method

Clickons the cancel preferences button.
public GetMessageAndOKButton ( ) : void
return void

UpLoadFile() public method

Ups the load file.
public UpLoadFile ( String filePath ) : void
filePath String The file path.
return void