C# Class MtEnhancedTradosPlugin.MtTranslationOptions

This class is used to hold the provider plug-in settings. All settings are automatically stored in a URI.
Datei anzeigen Open project: patrickporter/MT-Enhanced-Trados-Plugin Class Usage Examples

Public Properties

Property Type Description
ProviderTranslationMethod TranslationMethod

Private Properties

Property Type Description
GetStringParameter string
SetStringParameter void

Public Methods

Method Description
GetProviderType ( string typeString ) : ProviderType
GetProviderTypeDescription ( ProviderType type ) : string
MtTranslationOptions ( ) : System
MtTranslationOptions ( Uri uri ) : System

Private Methods

Method Description
GetStringParameter ( string p ) : string
SetStringParameter ( string p, string value ) : void

Method Details

GetProviderType() public static method

public static GetProviderType ( string typeString ) : ProviderType
typeString string
return ProviderType

GetProviderTypeDescription() public static method

public static GetProviderTypeDescription ( ProviderType type ) : string
type ProviderType
return string

MtTranslationOptions() public method

public MtTranslationOptions ( ) : System
return System

MtTranslationOptions() public method

public MtTranslationOptions ( Uri uri ) : System
uri System.Uri
return System

Property Details

ProviderTranslationMethod public_oe static_oe property

public static TranslationMethod ProviderTranslationMethod
return TranslationMethod