C# Class FX.Mobile.DeveloperTools.Managers.MobileResourceManager

Show file Open project: CustomerFX/SalesLogixMobileDeveloperTools Class Usage Examples

Private Properties

Property Type Description
CreateIndex void
CreateReadme void
CreateStartShortcut void
ExtractResource void
GetResourcePostAction Action
GetResourceVersion string
GetResourceVersionBare string
InstallPackage void
ResourceDownloadFileCompleted void
ResourceDownloadProgressChanged void

Public Methods

Method Description
Install ( ) : void
MobileResourceManager ( string MobilePath, MobileVersion Version ) : System

Private Methods

Method Description
CreateIndex ( ) : void
CreateReadme ( ) : void
CreateStartShortcut ( ) : void
ExtractResource ( string ResourceFile, string Location ) : void
GetResourcePostAction ( string projectDir ) : Action
GetResourceVersion ( ) : string
GetResourceVersionBare ( ) : string
InstallPackage ( ResourcePackage package ) : void
ResourceDownloadFileCompleted ( object sender, AsyncCompletedEventArgs e ) : void
ResourceDownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

Install() public method

public Install ( ) : void
return void

MobileResourceManager() public method

public MobileResourceManager ( string MobilePath, MobileVersion Version ) : System
MobilePath string
Version MobileVersion
return System