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

Inheritance: MvxJsonDictionaryTextProvider
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method Description
LoadJsonFromResource ( string namespaceKey, string typeKey, string resourcePath ) : void
MvxContentJsonDictionaryTextProvider ( bool maskErrors = true ) : System.IO

Method Details

LoadJsonFromResource() public method

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

MvxContentJsonDictionaryTextProvider() public method

public MvxContentJsonDictionaryTextProvider ( bool maskErrors = true ) : System.IO
maskErrors bool
return System.IO