-
-
Notifications
You must be signed in to change notification settings - Fork 0
localizationsharedattributes TranslationProviderAggregateAttribute
Denis Akopyan edited this page Jul 10, 2025
·
1 revision
Attribute for marking a class as a target for generating an aggregate of all translation providers.
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
Attribute for marking a class as a target for generating an aggregate of all translation providers.
Attribute
public TranslationProviderAggregateAttribute()Generated with ModularDoc