Table of Contents

Class BobLocalizationKeyRoute

Namespace
BlazOrbit.Localization
Assembly
BlazOrbit.Core.dll

Single key-routing rule: keys with Prefix consult ProviderType before the chain.

public sealed record BobLocalizationKeyRoute
Inheritance
object
BobLocalizationKeyRoute

Constructors

BobLocalizationKeyRoute(string, Type)

Single key-routing rule: keys with Prefix consult ProviderType before the chain.

public BobLocalizationKeyRoute(string Prefix, Type ProviderType)

Parameters

Prefix string

Literal key prefix.

ProviderType Type

Provider type consulted on prefix match.

Properties

Prefix

Literal key prefix.

public string Prefix { get; init; }

Property Value

string

ProviderType

Provider type consulted on prefix match.

public Type ProviderType { get; init; }

Property Value

Type