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

Inheritance: MvxJsonDictionaryTextProvider
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

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

Private Methods

Méthode Description
GetTextFromEmbeddedResource ( string namespaceKey, string resourcePath ) : string

Method Details

LoadJsonFromResource() public méthode

public LoadJsonFromResource ( string namespaceKey, string typeKey, string resourcePath ) : void
namespaceKey string
typeKey string
resourcePath string
Résultat void

MvxEmbeddedJsonDictionaryTextProvider() public méthode

public MvxEmbeddedJsonDictionaryTextProvider ( bool maskErrors = true ) : System
maskErrors bool
Résultat System