LocalizedStringDto Class

Represents a localized string, for use in Cosmos DB storage only.

Definition

Namespace: MobileTrack.Common.Models.Localization
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class LocalizedStringDto
Inheritance
Object    LocalizedStringDto

Constructors

LocalizedStringDto Default constructor

Properties

Key The key of the localized string.
Locale The localization the string belongs to.
Value The value of the localized string.

See Also