Class MarkerLabel
The properties of a marker label
Inheritance
System.Object
    MarkerLabel
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class MarkerLabel : Object
  Constructors
MarkerLabel()
Declaration
public MarkerLabel()
  Properties
Description
The marker label description
Declaration
public string Description { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Format
The marker labal format string
Declaration
public string Format { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Label
The marker label text
Declaration
public string Label { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
LabelId
The label id
Declaration
public int LabelId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
MarkerId
The marker id
Declaration
public int MarkerId { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Name
The marker label name
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Unit
The marker label units
Declaration
public string Unit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
The marker label value
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |