C# 클래스 MtEnhancedTradosPlugin.MtTranslationOptions

This class is used to hold the provider plug-in settings. All settings are automatically stored in a URI.
파일 보기 프로젝트 열기: patrickporter/MT-Enhanced-Trados-Plugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProviderTranslationMethod TranslationMethod

Private Properties

프로퍼티 타입 설명
GetStringParameter string
SetStringParameter void

공개 메소드들

메소드 설명
GetProviderType ( string typeString ) : ProviderType
GetProviderTypeDescription ( ProviderType type ) : string
MtTranslationOptions ( ) : System
MtTranslationOptions ( Uri uri ) : System

비공개 메소드들

메소드 설명
GetStringParameter ( string p ) : string
SetStringParameter ( string p, string value ) : void

메소드 상세

GetProviderType() 공개 정적인 메소드

public static GetProviderType ( string typeString ) : ProviderType
typeString string
리턴 ProviderType

GetProviderTypeDescription() 공개 정적인 메소드

public static GetProviderTypeDescription ( ProviderType type ) : string
type ProviderType
리턴 string

MtTranslationOptions() 공개 메소드

public MtTranslationOptions ( ) : System
리턴 System

MtTranslationOptions() 공개 메소드

public MtTranslationOptions ( Uri uri ) : System
uri System.Uri
리턴 System

프로퍼티 상세

ProviderTranslationMethod 공개적으로 정적으로 프로퍼티

public static TranslationMethod ProviderTranslationMethod
리턴 TranslationMethod