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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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