C# Class Cirrious.MvvmCross.Plugins.JsonLocalisation.MvxJsonDictionaryTextProvider

Inheritance: Cirrious.MvvmCross.Plugins.JsonLocalisation.MvxDictionaryTextProvider, IMvxJsonDictionaryTextLoader
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
LoadJsonFromResource ( string namespaceKey, string typeKey, string resourcePath ) : void
LoadJsonFromText ( string namespaceKey, string typeKey, string rawJson ) : void

Protected Methods

Method Description
MvxJsonDictionaryTextProvider ( bool maskErrors ) : System.Collections.Generic

Method Details

LoadJsonFromResource() public abstract method

public abstract LoadJsonFromResource ( string namespaceKey, string typeKey, string resourcePath ) : void
namespaceKey string
typeKey string
resourcePath string
return void

LoadJsonFromText() public method

public LoadJsonFromText ( string namespaceKey, string typeKey, string rawJson ) : void
namespaceKey string
typeKey string
rawJson string
return void

MvxJsonDictionaryTextProvider() protected method

protected MvxJsonDictionaryTextProvider ( bool maskErrors ) : System.Collections.Generic
maskErrors bool
return System.Collections.Generic