C# Class MtEnhancedTradosPlugin.MtTranslationOptions

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

Méthodes publiques

Свойство Type Description
ProviderTranslationMethod TranslationMethod

Private Properties

Свойство Type Description
GetStringParameter string
SetStringParameter void

Méthodes publiques

Méthode Description
GetProviderType ( string typeString ) : ProviderType
GetProviderTypeDescription ( ProviderType type ) : string
MtTranslationOptions ( ) : System
MtTranslationOptions ( Uri uri ) : System

Private Methods

Méthode Description
GetStringParameter ( string p ) : string
SetStringParameter ( string p, string value ) : void

Method Details

GetProviderType() public static méthode

public static GetProviderType ( string typeString ) : ProviderType
typeString string
Résultat ProviderType

GetProviderTypeDescription() public static méthode

public static GetProviderTypeDescription ( ProviderType type ) : string
type ProviderType
Résultat string

MtTranslationOptions() public méthode

public MtTranslationOptions ( ) : System
Résultat System

MtTranslationOptions() public méthode

public MtTranslationOptions ( Uri uri ) : System
uri System.Uri
Résultat System

Property Details

ProviderTranslationMethod public_oe static_oe property

public static TranslationMethod ProviderTranslationMethod
Résultat TranslationMethod