Table of Contents

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

language string

The translation language.

name string

translation for security id.

Properties

Language

Gets or sets the two letter language code of the translation.

public string Language { get; set; }

Property Value

string

string

Name

Gets or sets the description of the CustomSecurityId in the language specified.

public string Name { get; set; }

Property Value

string

string