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

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

Private Properties

Свойство Type Description

Méthodes publiques

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

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetSessionTypeMessage() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string