Class ItemName
- Namespace
- Geotab.Checkmate.ObjectModel.AddIns
- Assembly
- Geotab.Checkmate.ObjectModel.dll
An object containing key value pairs for the text that appears on the item. The key is the language and the value is the text, for example: {"EN", "New item"}.
public class ItemName
- Inheritance
-
ItemName
- Inherited Members
Constructors
ItemName(Dictionary<string, string>?)
Initializes a new instance of the ItemName class.
public ItemName(Dictionary<string, string>? itemNameTranslations)
Parameters
itemNameTranslations
Dictionary<string, string>Translations for the Item Name
Properties
Translations
Gets or sets the language translations for the Item name.
public Dictionary<string, string>? Translations { get; set; }