C# Class Open.Core.PartDownloader

Handles downloading a part.
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
PartDownloader ( PartDefinition definition, jQueryObject container, PartCallback onComplete, bool initializeOnComplete ) : System

Private Methods

Method Description
CreateTimout ( ) : DelayedAction
SetDownloadError ( string msg ) : void

Method Details

PartDownloader() public method

public PartDownloader ( PartDefinition definition, jQueryObject container, PartCallback onComplete, bool initializeOnComplete ) : System
definition PartDefinition
container jQueryObject
onComplete PartCallback
initializeOnComplete bool
return System