C# Class RIM.VSNDK_Package.APITargetListSingleton

Class to retrieve API Target List
Show file Open project: blackberry/VSPlugin

Public Properties

Property Type Description
_tempAPITargetList List

Public Methods

Method Description
RefreshData ( ) : void

Public function to refresh data.

Private Methods

Method Description
APIListDataReceived ( object sender, System e ) : void

On Data Received event handler

APIListDefaultsDataReceived ( object sender, System e ) : void

On Data Received event handler

APITargetListSingleton ( ) : System
ErrorDataReceived ( object sender, System e ) : void

On Error received event handler

GetAvailableAPIList ( ) : void

Retrieve list of API's from

GetDefaultAPIList ( ) : void

Retrieve list of API's from

IsAPIInstalled ( string version, string name ) : int

Check to see if API is installed

Method Details

RefreshData() public method

Public function to refresh data.
public RefreshData ( ) : void
return void

Property Details

_tempAPITargetList public property

public List _tempAPITargetList
return List