C# Class AK.F1.Timing.Messages.Driver.SetGridColumnValueMessage

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

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetGridColumnValueMessage ( int driverId, GridColumn column, GridColumnColour colour, string value ) : System

Initialises a new instance of the SetGridColumnValueMessage class.

ToString ( ) : string

Method Details

Accept() public method

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetGridColumnValueMessage() public method

Initialises a new instance of the SetGridColumnValueMessage class.
public SetGridColumnValueMessage ( int driverId, GridColumn column, GridColumnColour colour, string value ) : System
driverId int The Id of the driver the message is related to.
column GridColumn The column whose value is to be set.
colour GridColumnColour The column colour value.
value string The column value.
return System

ToString() public method

public ToString ( ) : string
return string