C# 클래스 NinjaCoder.MvvmCross.Translators.TokensTranslator

Defines the TokensTranslator type.
상속: ITokensTranslator
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
TokensTranslator ( IVisualStudioService visualStudioService, ISettingsService settingsService ) : System.Collections.Generic

Initializes a new instance of the TokensTranslator class.

Translate ( IProjectService projectService ) : string>.Dictionary

Translates the object.

비공개 메소드들

메소드 설명
GetNameSpace ( string projectName ) : string

Gets the name space.

메소드 상세

TokensTranslator() 공개 메소드

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

Translate() 공개 메소드

Translates the object.
public Translate ( IProjectService projectService ) : string>.Dictionary
projectService IProjectService The project service.
리턴 string>.Dictionary