Class ProjectTranslationMemoryTaskSettings
Settings group class for the Project TM automatic task settings.
Inheritance
System.Object
ProjectTranslationMemoryTaskSettings
Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings.dll
Syntax
public class ProjectTranslationMemoryTaskSettings : SettingsGroup
Constructors
ProjectTranslationMemoryTaskSettings()
Default constructor. You should never create this object manually. Use GetSettingsGroup(String) instead.
Declaration
public ProjectTranslationMemoryTaskSettings()
Properties
CreateServerBasedProjectTranslationMemories
Determines whether to create server-based project translation memories.
Declaration
public Setting<bool> CreateServerBasedProjectTranslationMemories { get; }
Property Value
Type | Description |
---|---|
Setting<System.Boolean> |
ParentResourceGroupPath
ParentResourceGroupPath represents the parent source group path; location path.
Declaration
public Setting<string> ParentResourceGroupPath { get; }
Property Value
Type | Description |
---|---|
Setting<System.String> |
ServerConnectionUri
The server URI of the TM Server on which to create project translation memories. Should be of the form "http(s)://HOSTNAME:PORT".
Declaration
public Setting<string> ServerConnectionUri { get; }
Property Value
Type | Description |
---|---|
Setting<System.String> |
TranslationMemoryContainerName
TranslationMemoryContainerName represents the translation memory container name; container name.
Declaration
public Setting<string> TranslationMemoryContainerName { get; }
Property Value
Type | Description |
---|---|
Setting<System.String> |
Methods
GetDefaultValue(String)
Gets the default value.
Declaration
protected override object GetDefaultValue(string settingId)
Parameters
Type | Name | Description |
---|---|---|
System.String | settingId | The setting id. |
Returns
Type | Description |
---|---|
System.Object | The default value. |