Class PresetColumn
- Namespace
- Geotab.Checkmate.ObjectModel.Engine
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents Diagnostics-Columns relationship for Preset
public class PresetColumn : Entity, IEntity, IComparable, IIdentifiable
- Inheritance
-
PresetColumn
- Implements
- Inherited Members
Constructors
PresetColumn()
Initializes a new instance of the PresetColumn class.
public PresetColumn()
PresetColumn(Id?, Id?, Diagnostic?, int?)
Initializes a new instance of the PresetColumn class.
public PresetColumn(Id? identity, Id? presetId, Diagnostic? diagnostic, int? columnsequence)
Parameters
identityIdpresetIdIddiagnosticDiagnosticcolumnsequenceint?ColumnSequence Column Sequence in the Grid
Properties
ColumnSequence
Gets or sets the column sequence in the Grid
public int? ColumnSequence { get; set; }
Property Value
- int?
The minimum length.
Diagnostic
Gets or sets the preset
public Diagnostic? Diagnostic { get; set; }
Property Value
PresetId
Gets or sets the preset
public Id? PresetId { 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.