Skip to content

localizationsharedattributes TranslationProviderAggregateAttribute

Denis Akopyan edited this page Jul 10, 2025 · 1 revision

TranslationProviderAggregateAttribute Public class

Description

Attribute for marking a class as a target for generating an aggregate of all translation providers.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Localization.Shared.Attributes
  Localization.Shared.Attributes.TranslationProviderAggregateAttribute[[TranslationProviderAggregateAttribute]]
  end
  subgraph System
System.Attribute[[Attribute]]
  end
System.Attribute --> Localization.Shared.Attributes.TranslationProviderAggregateAttribute
Loading

Details

Summary

Attribute for marking a class as a target for generating an aggregate of all translation providers.

Inheritance

  • Attribute

See also

Constructors

TranslationProviderAggregateAttribute

public TranslationProviderAggregateAttribute()

Generated with ModularDoc

Clone this wiki locally