Search Results for

    Show / Hide Table of Contents

    Class TerminologyProviderFactoryAttribute

    Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers.

    Inheritance
    System.Object
    TerminologyProviderFactoryAttribute
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
    public sealed class TerminologyProviderFactoryAttribute : ExtensionAttribute
    Remarks

    Use this extension attribute to mark up implementations of ITerminologyProviderFactory.

    The registered terminology provider factories are used to instantiate terminology providers when calling CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore).

    Constructors

    TerminologyProviderFactoryAttribute()

    Default constructor.

    Declaration
    public TerminologyProviderFactoryAttribute()

    On this page

    • Constructors
      • TerminologyProviderFactoryAttribute()
    Back to top Generated by DocFX