C# Класс RIM.VSNDK_Package.Settings.Models.SettingsData

Наследование: RIM.VSNDK_Package.Signing.Models.NotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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