Class SecurityIdTranslation
- Namespace
- Geotab.Checkmate.ObjectModel.AddIns
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Language translations of a CustomSecurityIdDefinition.
[Obsolete("Use CustomSecurityIdTranslation")]
public class SecurityIdTranslation
- Inheritance
-
SecurityIdTranslation
- Inherited Members
Constructors
SecurityIdTranslation(string, string)
Initializes a new instance of the SecurityIdTranslation class.
public SecurityIdTranslation(string language, string description)
Parameters
Properties
Description
Gets or sets the description of the CustomSecurityIdDefinition in the language specified.
public string Description { get; set; }
Property Value
Language
Gets or sets the two letter language code of the translation.
public string Language { get; set; }