C# Class WPCordovaClassLib.CordovaLib.ConfigHandler

Afficher le fichier Open project: ChristianWeyer/tUdUs Class Usage Examples

Protected Properties

Свойство Type Description
AllowAllDomains bool
AllowAllPlugins bool
AllowedDomains List
AllowedPlugins PluginConfig>.Dictionary
AllowedSchemes string[]
Preferences string>.Dictionary

Méthodes publiques

Méthode Description
ConfigHandler ( ) : System
GetPreference ( string key ) : string
IsPluginAllowed ( string key ) : bool
LoadAppPackageConfig ( ) : void
URLIsAllowed ( string url ) : bool

Méthodes protégées

Méthode Description
AddWhiteListEntry ( string origin, bool allowSubdomains ) : void
SchemeIsAllowed ( string scheme ) : bool

Method Details

AddWhiteListEntry() protected méthode

protected AddWhiteListEntry ( string origin, bool allowSubdomains ) : void
origin string
allowSubdomains bool
Résultat void

ConfigHandler() public méthode

public ConfigHandler ( ) : System
Résultat System

GetPreference() public méthode

public GetPreference ( string key ) : string
key string
Résultat string

IsPluginAllowed() public méthode

public IsPluginAllowed ( string key ) : bool
key string
Résultat bool

LoadAppPackageConfig() public méthode

public LoadAppPackageConfig ( ) : void
Résultat void

SchemeIsAllowed() protected méthode

protected SchemeIsAllowed ( string scheme ) : bool
scheme string
Résultat bool

URLIsAllowed() public méthode

public URLIsAllowed ( string url ) : bool
url string
Résultat bool

Property Details

AllowAllDomains protected_oe property

protected bool AllowAllDomains
Résultat bool

AllowAllPlugins protected_oe property

protected bool AllowAllPlugins
Résultat bool

AllowedDomains protected_oe property

protected List AllowedDomains
Résultat List

AllowedPlugins protected_oe property

protected Dictionary AllowedPlugins
Résultat PluginConfig>.Dictionary

AllowedSchemes protected_oe static_oe property

protected static string[] AllowedSchemes
Résultat string[]

Preferences protected_oe property

protected Dictionary Preferences
Résultat string>.Dictionary