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 LapMapBase class.
Declaration
protected LapMapBase(short lapNumber, string name, string description, string units, string format, string conversionXFunctionName, string conversionValueFunctionName)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | lapNumber | The lap number. |
System.String | name | The name of the map. |
System.String | description | The description. |
System.String | units | The units used by the map. |
System.String | format | The format of the map. |
System.String | conversionXFunctionName | Name of the conversion X function. |
System.String | conversionValueFunctionName | Name of the conversion value function. |
Properties
LapNumber
Gets the lap number.
Declaration
public short LapNumber { get; }
Property Value
Type | Description |
---|---|
System.Int16 | The lap number. |