C# 클래스 WPCordovaClassLib.CordovaLib.ConfigHandler

파일 보기 프로젝트 열기: ChristianWeyer/tUdUs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
AllowAllDomains bool
AllowAllPlugins bool
AllowedDomains List
AllowedPlugins PluginConfig>.Dictionary
AllowedSchemes string[]
Preferences string>.Dictionary

공개 메소드들

메소드 설명
ConfigHandler ( ) : System
GetPreference ( string key ) : string
IsPluginAllowed ( string key ) : bool
LoadAppPackageConfig ( ) : void
URLIsAllowed ( string url ) : bool

보호된 메소드들

메소드 설명
AddWhiteListEntry ( string origin, bool allowSubdomains ) : void
SchemeIsAllowed ( string scheme ) : bool

메소드 상세

AddWhiteListEntry() 보호된 메소드

protected AddWhiteListEntry ( string origin, bool allowSubdomains ) : void
origin string
allowSubdomains bool
리턴 void

ConfigHandler() 공개 메소드

public ConfigHandler ( ) : System
리턴 System

GetPreference() 공개 메소드

public GetPreference ( string key ) : string
key string
리턴 string

IsPluginAllowed() 공개 메소드

public IsPluginAllowed ( string key ) : bool
key string
리턴 bool

LoadAppPackageConfig() 공개 메소드

public LoadAppPackageConfig ( ) : void
리턴 void

SchemeIsAllowed() 보호된 메소드

protected SchemeIsAllowed ( string scheme ) : bool
scheme string
리턴 bool

URLIsAllowed() 공개 메소드

public URLIsAllowed ( string url ) : bool
url string
리턴 bool

프로퍼티 상세

AllowAllDomains 보호되어 있는 프로퍼티

protected bool AllowAllDomains
리턴 bool

AllowAllPlugins 보호되어 있는 프로퍼티

protected bool AllowAllPlugins
리턴 bool

AllowedDomains 보호되어 있는 프로퍼티

protected List AllowedDomains
리턴 List

AllowedPlugins 보호되어 있는 프로퍼티

protected Dictionary AllowedPlugins
리턴 PluginConfig>.Dictionary

AllowedSchemes 보호되어 있는 정적으로 프로퍼티

protected static string[] AllowedSchemes
리턴 string[]

Preferences 보호되어 있는 프로퍼티

protected Dictionary Preferences
리턴 string>.Dictionary