C# 클래스 Optimus.Translation.Core

파일 보기 프로젝트 열기: TimGeyssens/BundlingAndMinificationForTheMasses

공개 메소드들

메소드 설명
GetPossibleExtensions ( TranslatorType transType ) : IEnumerable
GetScriptTranslators ( ) : List
GetStyleSheetTranslators ( ) : List
GetTranlatorClientDependencies ( string filePath ) : IEnumerable
GetTranslatorMimeType ( string filePath ) : string
GetTranslatorTreeIconPath ( string filePath ) : string
SaveTranslation ( string filePath ) : void
ValidateTranslation ( string filePath ) : IEnumerable

비공개 메소드들

메소드 설명
GetAllTypesUsingInterface ( Type interFaceType ) : List
GetTranslator ( string fileExtension ) : IFileTranslator
GetTranslators ( TranslatorType transType ) : List

메소드 상세

GetPossibleExtensions() 공개 메소드

public GetPossibleExtensions ( TranslatorType transType ) : IEnumerable
transType TranslatorType
리턴 IEnumerable

GetScriptTranslators() 공개 메소드

public GetScriptTranslators ( ) : List
리턴 List

GetStyleSheetTranslators() 공개 메소드

public GetStyleSheetTranslators ( ) : List
리턴 List

GetTranlatorClientDependencies() 공개 메소드

public GetTranlatorClientDependencies ( string filePath ) : IEnumerable
filePath string
리턴 IEnumerable

GetTranslatorMimeType() 공개 메소드

public GetTranslatorMimeType ( string filePath ) : string
filePath string
리턴 string

GetTranslatorTreeIconPath() 공개 메소드

public GetTranslatorTreeIconPath ( string filePath ) : string
filePath string
리턴 string

SaveTranslation() 공개 메소드

public SaveTranslation ( string filePath ) : void
filePath string
리턴 void

ValidateTranslation() 공개 메소드

public ValidateTranslation ( string filePath ) : IEnumerable
filePath string
리턴 IEnumerable