C# 클래스 RIM.VSNDK_Package.APITargetListSingleton

Class to retrieve API Target List
파일 보기 프로젝트 열기: blackberry/VSPlugin

공개 프로퍼티들

프로퍼티 타입 설명
_tempAPITargetList List

공개 메소드들

메소드 설명
RefreshData ( ) : void

Public function to refresh data.

비공개 메소드들

메소드 설명
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

메소드 상세

RefreshData() 공개 메소드

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

프로퍼티 상세

_tempAPITargetList 공개적으로 프로퍼티

public List _tempAPITargetList
리턴 List