Click or drag to resize
TermbaseConfiguration Class
This class represents all termbase-related settings that control which termbases are used within a project. To get the termbase configuration of a project, use GetTermbaseConfiguration. To update the termbase configuration, use UpdateTermbaseConfiguration(TermbaseConfiguration).
Inheritance Hierarchy
SystemObject
  Sdl.ProjectAutomation.CoreTermbaseConfiguration

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 3.0.0.0 (3.1.4322.0)
Syntax
public class TermbaseConfiguration

The TermbaseConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodTermbaseConfiguration
Initializes a new instance of the TermbaseConfiguration class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyLanguageIndexes
Gets or sets the list of language indexes, which map a project language (source or target) onto a termbase index of the default termbase (the default termbase is the first termbase in the Termbases list). There has to be a mapping for the project source language. If there is no mapping for a certain target language, no terminology lookup will be performed for that target language.
Public propertyTermbases
Gets or sets the list of termbases in this configuration. The first termbase in the list if the default termbase.
Public propertyTermbaseServerUri
Gets or sets the connection URI for the termbase server. This should be of the form "http[s]://hostname[:port]" Can be null if all the termbases in the list of termbases (see Termbases) are file-based.
Public propertyTermRecognitionOptions
Gets or sets the terminology recognition options, which control the terminology lookup process.
Top
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments