Search Results for

    Show / Hide Table of Contents

    Interface IDefinition

    The terminology provider definition

    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public interface IDefinition

    Properties

    Fields

    List of available fields

    Declaration
    IEnumerable<IDescriptiveField> Fields { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IDescriptiveField>

    Languages

    List of available languages

    Declaration
    IEnumerable<IDefinitionLanguage> Languages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IDefinitionLanguage>

    On this page

    Back to top Generated by DocFX