Click or drag to resize
LocalTermbase Class
Represents a reference to a local (file-based) termbase that can be added to the TermbaseConfiguration of a project.
Inheritance Hierarchy

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 LocalTermbase : Termbase

The LocalTermbase type exposes the following members.

Constructors
  NameDescription
Public methodLocalTermbase(String)
Constructor with an absolute file path.
Public methodLocalTermbase(String, String, Boolean)
Constructor with an absolute file path, a filter name and enabled value.
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 propertyEnabled
Gets or sets whether this termbase is enabled. When set to
false
, the termbase is excluded from all termbase-related operations.
(Inherited from Termbase.)
Public propertyFilePath
Gets or sets the absolute file path of the termbase file.
Public propertyFilterName
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.
(Inherited from Termbase.)
Top
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments