C# Класс AK.F1.Timing.Messages.Weather.SetWindAngleMessage

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

Private Properties

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

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

Метод Описание
Accept ( IMessageVisitor visitor ) : void
IsValidAngle ( int angle ) : bool

Returns a value indicating if the specified angle is valid.

SetWindAngleMessage ( int angle ) : System

Initialises a new instance of the SetWindAngleMessage class and specifies the wind angle, in degrees.

ToString ( ) : string

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

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

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

IsValidAngle() публичный статический Метод

Returns a value indicating if the specified angle is valid.
public static IsValidAngle ( int angle ) : bool
angle int The angle to test.
Результат bool

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

Initialises a new instance of the SetWindAngleMessage class and specifies the wind angle, in degrees.
/// Thrown when is negative or greater than 360. ///
public SetWindAngleMessage ( int angle ) : System
angle int The wind angle, in degrees.
Результат System

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

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