C# 클래스 Moxiecode.Plupload.Page

Partial page class for the Silverlight page.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: akoch-ov/dipstart-development

공개 메소드들

메소드 설명
FireEvent ( string name ) : void

Fires a specific event to the page level multi upload script.

Page ( string>.IDictionary init_params ) : System

Main constructor.

비공개 메소드들

메소드 설명
ClearFiles ( ) : void
Debug ( string msg ) : void

Send debug message to firebug console.

OnClick ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
RemoveFile ( string id ) : void
UploadFile ( string id, string upload_url, string json_settings ) : void
UploadNextChunk ( ) : bool

메소드 상세

FireEvent() 공개 메소드

Fires a specific event to the page level multi upload script.
public FireEvent ( string name ) : void
name string Event name to fire.
리턴 void

Page() 공개 메소드

Main constructor.
public Page ( string>.IDictionary init_params ) : System
init_params string>.IDictionary Silverlight init params.
리턴 System