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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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