C# Класс AK.F1.Timing.Messages.Session.SpeedCaptureMessage

Наследование: System.Globalization.Message, ICustomSerializable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Accept ( IMessageVisitor visitor ) : void
ICustomSerializable ( IObjectReader reader ) : void
ICustomSerializable ( IObjectWriter writer ) : void
SpeedCaptureMessage ( SpeedCaptureLocation location, int>.KeyValuePair speeds ) : System

Initialises a new instance of the SpeedCaptureMessage class and specifies the capture location location and the captured speeds.

ToString ( ) : string

Описание методов

Accept() публичный Метод

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Результат void

ICustomSerializable() публичный Метод

public ICustomSerializable ( IObjectReader reader ) : void
reader IObjectReader
Результат void

ICustomSerializable() публичный Метод

public ICustomSerializable ( IObjectWriter writer ) : void
writer IObjectWriter
Результат void

SpeedCaptureMessage() публичный Метод

Initialises a new instance of the SpeedCaptureMessage class and specifies the capture location location and the captured speeds.
/// Thrown when is . ///
public SpeedCaptureMessage ( SpeedCaptureLocation location, int>.KeyValuePair speeds ) : System
location SpeedCaptureLocation The capture location.
speeds int>.KeyValuePair The captured speeds.
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string