Class Termbase
Abstract base class, representing a reference to a termbase that can be part of a TermbaseConfiguration. The two supported concrete implementations of this class are LocalTermbase and ServerTermbase.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public abstract class Termbase
Properties
Enabled
Gets or sets whether this termbase is enabled. When set to
false
, the termbase is excluded from
all termbase-related operations.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FilterName
Gets or sets the name of the termbase filter that should be used when performing lookups in this termbase. This should be the valid name of a filter that is defined within the termbase.
Declaration
public string FilterName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Termbase name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SettingsXML
Project termbase settings
Declaration
public string SettingsXML { get; set; }
Property Value
Type | Description |
---|---|
System.String |