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

Inheritance: RIM.VSNDK_Package.Signing.Models.NotifyPropertyChanged
Afficher le fichier Open project: blackberry/VSPlugin Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propName ) : void

Fire the PropertyChnaged event handler on change of property

Private Methods

Méthode 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 méthode

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

RefreshScreen() public méthode

Refresh the screen
public RefreshScreen ( ) : void
Résultat void

SettingsData() public méthode

SettingsData Constructor
public SettingsData ( ) : System
Résultat System

getAPIName() public méthode

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

getDeviceInfo() public méthode

Function to retrieve device info from the registry
public getDeviceInfo ( ) : void
Résultat void

getNDKPath() public méthode

Return the NDK Path from the registry
public getNDKPath ( ) : bool
Résultat bool

getSimulatorInfo() public méthode

Function to retrieve simulator info from the registry
public getSimulatorInfo ( ) : void
Résultat void

setDeviceInfo() public méthode

Set Device Password and IP
public setDeviceInfo ( ) : void
Résultat void

setNDKPaths() public méthode

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

setSimulatorInfo() public méthode

Set Simulator Password and IP
public setSimulatorInfo ( ) : void
Résultat void