C# Class NinjaCoder.MvvmCross.Translators.TokensTranslator

Defines the TokensTranslator type.
Inheritance: ITokensTranslator
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
TokensTranslator ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the TokensTranslator class.

Translate ( IProjectService projectService ) : string>.Dictionary

Translates the object.

Private Methods

Méthode Description
GetNameSpace ( string projectName ) : string

Gets the name space.

Method Details

TokensTranslator() public méthode

Initializes a new instance of the TokensTranslator class.
public TokensTranslator ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic
visualStudioService IVisualStudioService
settingsService ISettingsService
Résultat System.Collections.Generic

Translate() public méthode

Translates the object.
public Translate ( IProjectService projectService ) : string>.Dictionary
projectService IProjectService The project service.
Résultat string>.Dictionary