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

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

Public Methods

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

Private Methods

Method Description
GetTextFromEmbeddedResource ( string namespaceKey, string resourcePath ) : string

Method Details

LoadJsonFromResource() public method

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

MvxEmbeddedJsonDictionaryTextProvider() public method

public MvxEmbeddedJsonDictionaryTextProvider ( bool maskErrors = true ) : System
maskErrors bool
return System