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

Inheritance: ModelBase
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Reset() public méthode

Resets this column.
public Reset ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string