C# Class RIM.VSNDK_Package.Settings.Models.SettingsData

Inheritance: RIM.VSNDK_Package.Signing.Models.NotifyPropertyChanged
ファイルを表示 Open project: blackberry/VSPlugin Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnPropertyChanged ( string propName ) : void

Fire the PropertyChnaged event handler on change of property

Private Methods

Method Description
registerTargetInfo ( string password, string IP, string type ) : void

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

Method Details

OnPropertyChanged() protected method

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

RefreshScreen() public method

Refresh the screen
public RefreshScreen ( ) : void
return void

SettingsData() public method

SettingsData Constructor
public SettingsData ( ) : System
return System

getAPIName() public method

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

getDeviceInfo() public method

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

getNDKPath() public method

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

getSimulatorInfo() public method

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

setDeviceInfo() public method

Set Device Password and IP
public setDeviceInfo ( ) : void
return void

setNDKPaths() public method

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

setSimulatorInfo() public method

Set Simulator Password and IP
public setSimulatorInfo ( ) : void
return void