C# Класс MissionPlanner.Controls.PreFlight.CheckListItem

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

Открытые свойства

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

Private Properties

Свойство Тип Описание
CheckValue bool
HandleParam double

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

Метод Описание
DisplayText ( ) : string

Returns the formated string to pass to the speech engine

GetOptions ( ) : List

Return the list of options that are avaliable

SetField ( string name ) : void
checkCond ( CheckListItem item ) : bool

Приватные методы

Метод Описание
CheckValue ( ) : bool

return true on match, and uses repeat time to prevent spamming

HandleParam ( ) : double

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

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

Returns the formated string to pass to the speech engine
public DisplayText ( ) : string
Результат string

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

Return the list of options that are avaliable
public GetOptions ( ) : List
Результат List

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

public SetField ( string name ) : void
name string
Результат void

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

public checkCond ( CheckListItem item ) : bool
item CheckListItem
Результат bool

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

Child публичное свойство

public CheckListItem,MissionPlanner.Controls.PreFlight Child
Результат CheckListItem