Class TerminologyProviderFactoryAttribute
Extension attribute for registering a terminology provider factory that supports a specific types of terminology providers.
Implements
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
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 ITerminologyProviderFactory.
The registered terminology provider factories are used to instantiate terminology providers when calling CreateTerminologyProvider(Uri, ITerminologyProviderCredentialStore).
Constructors
TerminologyProviderFactoryAttribute()
Default constructor.
Declaration
public TerminologyProviderFactoryAttribute()