Class TerminologyProviderFactoryAttribute
Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers.
Implements
Inherited Members
Namespace: Sdl.Terminology.TerminologyProvider .Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
[ExtensionPointInfo("Terminology Provider Factories", ExtensionPointBehavior.Static)]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class TerminologyProviderFactoryAttribute : ExtensionAttribute, _Attribute
Remarks
Use this extension attribute to mark up implementations of ITerminology
The registered terminology provider factories are used to instantiate terminology providers when calling
Create
Constructors
TerminologyProviderFactoryAttribute()
Default constructor.
Declaration
public TerminologyProviderFactoryAttribute()