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