Property | Type | Description |
---|
Method | Description | |
---|---|---|
LoadJsonFromResource ( string namespaceKey, string typeKey, string resourcePath ) : void | ||
LoadJsonFromText ( string namespaceKey, string typeKey, string rawJson ) : void |
Method | Description | |
---|---|---|
MvxJsonDictionaryTextProvider ( bool maskErrors ) : System.Collections.Generic |
public abstract LoadJsonFromResource ( string namespaceKey, string typeKey, string resourcePath ) : void | ||
namespaceKey | string | |
typeKey | string | |
resourcePath | string | |
return | void |
public LoadJsonFromText ( string namespaceKey, string typeKey, string rawJson ) : void | ||
namespaceKey | string | |
typeKey | string | |
rawJson | string | |
return | void |
protected MvxJsonDictionaryTextProvider ( bool maskErrors ) : System.Collections.Generic | ||
maskErrors | bool | |
return | System.Collections.Generic |