Class DiagnosticTranslation
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class DiagnosticTranslation : NameEntity, IEntity, IComparable, IIdentifiable
- Inheritance
-
DiagnosticTranslation
- Implements
- Inherited Members
Constructors
DiagnosticTranslation()
Initializes a new instance of the DiagnosticTranslation class.
public DiagnosticTranslation()
DiagnosticTranslation(Id?, string?, Diagnostic?, string?)
Initializes a new instance of the DiagnosticTranslation class.
public DiagnosticTranslation(Id? id, string? name, Diagnostic? diagnostic, string? language)
Parameters
idIdThe identifier.
namestringThe translated text.
diagnosticDiagnosticThe Diagnostic this DiagnosticTranslation represents.
languagestringThe language id.
Exceptions
- ArgumentException
controller.
Properties
Diagnostic
Gets or sets the Diagnostic.
public Diagnostic? Diagnostic { get; set; }
Property Value
Language
Gets or sets language id.
public string? Language { get; set; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override IEntity Clone()
Returns
- IEntity
A new object that is a copy of this instance.