Class Lap
Inheritance
System.Object
Lap
Implements
System.Runtime.Serialization.IExtensibleDataObject
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Lap : ModelBase, IExtensibleDataObject, ILap
Constructors
Lap()
Declaration
Fields
Empty
Declaration
public static readonly Lap Empty
Field Value
Properties
EndTime
Declaration
public long EndTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
EndTimeVba
Declaration
public double EndTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
LapId
Declaration
public int LapId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LapTime
Declaration
public long LapTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
LapTimeVba
Declaration
public double LapTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Number
Declaration
public short Number { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
StartTime
Declaration
public long StartTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
StartTimeVba
Declaration
public double StartTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
TriggerSource
Declaration
public TriggerSource TriggerSource { get; set; }
Property Value
Implements
System.Runtime.Serialization.IExtensibleDataObject