C# Class AK.F1.Timing.Messages.Session.SetSessionTypeMessage

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

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetSessionTypeMessage ( SessionType sessionType, string sessionId ) : System

Initialises a new instance of the SetSessionTypeMessage class and specifies the AK.F1.Timing.Messages.Session.SessionType and the session identifier.

ToString ( ) : string

Method Details

Accept() public method

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

SetSessionTypeMessage() public method

Initialises a new instance of the SetSessionTypeMessage class and specifies the AK.F1.Timing.Messages.Session.SessionType and the session identifier.
public SetSessionTypeMessage ( SessionType sessionType, string sessionId ) : System
sessionType SessionType The current /// .
sessionId string The session identifier.
return System

ToString() public method

public ToString ( ) : string
return string