Click or drag to resize
ServerTermbase Class
Represents a reference to a server-based termbase that can be added to the TermbaseConfiguration of a project. A server-based reference is interpreted together with the TermbaseServerUri, which identifies the server on which the termbase is hosted.
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 ServerTermbase : Termbase

The ServerTermbase type exposes the following members.

Constructors
  NameDescription
Public methodServerTermbase(String)
Constructor with a server-based termbase name.
Public methodServerTermbase(String, String, Boolean)
Constructor with a server-based termbase name, 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 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.)
Public propertyName
Gets or sets the name of the server-based termbase. This name will be interpreted together with the TermbaseServerUri to identify the termbase to be used.
Top
See Also
Community
Edit
Be the first to Edit the community content of this topic.
Comments