Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    Termbase
    LocalTermbase
    ServerTermbase
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    bool

    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
    string

    Name

    Termbase name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    SettingsXML

    Project termbase settings

    Declaration
    public string SettingsXML { get; set; }
    Property Value
    Type Description
    string
    In this article
    • Properties
      • Enabled
      • FilterName
      • Name
      • SettingsXML
    Back to top Generated by DocFX