C# 클래스 Ecolab.Pages.DialogManager

상속: PageBase
파일 보기 프로젝트 열기: geeksree/cSharpGeeks 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
MyCustomAlertHandler ( IDialog dialog ) : void

메소드 상세

ClickonCancelButton() 공개 메소드

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

ClickonOKButton() 공개 메소드

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

DialogManager() 공개 메소드

public DialogManager ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab
리턴 System

DownloadFile() 공개 메소드

public DownloadFile ( System.Action printButtonClick ) : void
printButtonClick System.Action
리턴 void

GetMessageAndOKButton() 공개 메소드

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

UpLoadFile() 공개 메소드

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