C# Class AK.F1.Timing.Model.Grid.GridColumnModel

Inheritance: ModelBase
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Public Methods

Method Description
GridColumnModel ( GridColumn type ) : System

Initialises a new instance of the GridColumnModel class and specifies the AK.F1.Timing.Messages.Driver.GridColumn type.

Reset ( ) : void

Resets this column.

ToString ( ) : string

Method Details

GridColumnModel() public method

Initialises a new instance of the GridColumnModel class and specifies the AK.F1.Timing.Messages.Driver.GridColumn type.
public GridColumnModel ( GridColumn type ) : System
type GridColumn The grid column type.
return System

Reset() public method

Resets this column.
public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string