Table of Contents

Class LocalizationStringEntry

Namespace
JJConsulting.Infinity.Domain.Localization
Assembly
JJConsulting.Infinity.Domain.dll
public sealed class LocalizationStringEntry

Inheritance

Inherited Members

Properties

Culture

public string Culture { get; set; }

Property Value

string

Key

public string Key { get; set; }

Property Value

string

Source

public string? Source { get; set; }

Property Value

string?

Value

public string? Value { get; set; }

Property Value

string?

Methods

Deconstruct(out string, out string?, out string)

public void Deconstruct(out string key, out string? value, out string culture)

Parameters

key string
value string?
culture string