C# 클래스 RIM.VSNDK_Package.Settings.Models.SettingsData

상속: RIM.VSNDK_Package.Signing.Models.NotifyPropertyChanged
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
RefreshScreen ( ) : void

Refresh the screen

SettingsData ( ) : System

SettingsData Constructor

getAPIName ( string version ) : string

return API Name

getDeviceInfo ( ) : void

Function to retrieve device info from the registry

getNDKPath ( ) : bool

Return the NDK Path from the registry

getSimulatorInfo ( ) : void

Function to retrieve simulator info from the registry

setDeviceInfo ( ) : void

Set Device Password and IP

setNDKPaths ( ) : void

Set the NDK Path into the register for future reference by the MSBUILD

setSimulatorInfo ( ) : void

Set Simulator Password and IP

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propName ) : void

Fire the PropertyChnaged event handler on change of property

비공개 메소드들

메소드 설명
registerTargetInfo ( string password, string IP, string type ) : void

Set the password and IP address into the correct registry keys for both simulator and device

메소드 상세

OnPropertyChanged() 보호된 메소드

Fire the PropertyChnaged event handler on change of property
protected OnPropertyChanged ( string propName ) : void
propName string
리턴 void

RefreshScreen() 공개 메소드

Refresh the screen
public RefreshScreen ( ) : void
리턴 void

SettingsData() 공개 메소드

SettingsData Constructor
public SettingsData ( ) : System
리턴 System

getAPIName() 공개 메소드

return API Name
public getAPIName ( string version ) : string
version string version to match
리턴 string

getDeviceInfo() 공개 메소드

Function to retrieve device info from the registry
public getDeviceInfo ( ) : void
리턴 void

getNDKPath() 공개 메소드

Return the NDK Path from the registry
public getNDKPath ( ) : bool
리턴 bool

getSimulatorInfo() 공개 메소드

Function to retrieve simulator info from the registry
public getSimulatorInfo ( ) : void
리턴 void

setDeviceInfo() 공개 메소드

Set Device Password and IP
public setDeviceInfo ( ) : void
리턴 void

setNDKPaths() 공개 메소드

Set the NDK Path into the register for future reference by the MSBUILD
public setNDKPaths ( ) : void
리턴 void

setSimulatorInfo() 공개 메소드

Set Simulator Password and IP
public setSimulatorInfo ( ) : void
리턴 void