Class LapMapBase
Provides the abstract base class for the LapMap object.
Inherited Members
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public abstract class LapMapBase : MapBase
Constructors
LapMapBase(Int16, String, String, String, String, String, String)
Initialises a new instance of the Lap
Declaration
protected LapMapBase(short lapNumber, string name, string description, string units, string format, string conversionXFunctionName, string conversionValueFunctionName)
Parameters
Type | Name | Description |
---|---|---|
System. |
lapNumber | The lap number. |
System. |
name | The name of the map. |
System. |
description | The description. |
System. |
units | The units used by the map. |
System. |
format | The format of the map. |
System. |
conversionXFunctionName | Name of the conversion X function. |
System. |
conversionValueFunctionName | Name of the conversion value function. |
Properties
LapNumber
Gets the lap number.
Declaration
public short LapNumber { get; }
Property Value
Type | Description |
---|---|
System. |
The lap number. |