C# Class Moxiecode.Plupload.Page

Partial page class for the Silverlight page.
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: akoch-ov/dipstart-development

Public Methods

Method Description
FireEvent ( string name ) : void

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

Page ( string>.IDictionary init_params ) : System

Main constructor.

Private Methods

Method Description
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

Method Details

FireEvent() public method

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

Page() public method

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