Show / Hide Table of Contents

Class Lap

Inheritance
System.Object
ModelBase
Lap
Implements
System.Runtime.Serialization.IExtensibleDataObject
ILap
Inherited Members
ModelBase.ExtensionData
Namespace: MAT.Atlas.Automation.Api.Models
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public sealed class Lap : ModelBase, IExtensibleDataObject, ILap

Constructors

Lap()

Declaration
public Lap()

Fields

Empty

Declaration
public static readonly Lap Empty
Field Value
Type Description
Lap

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
Type Description
TriggerSource

Implements

System.Runtime.Serialization.IExtensibleDataObject
ILap
In This Article
Back to top Generated by DocFX