C# Класс Server.SpeechEventArgs

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

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

Метод Описание
HasKeyword ( int keyword ) : bool
SpeechEventArgs ( Server.Mobile mobile, string speech, MessageType type, int hue, int keywords ) : System

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

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

public HasKeyword ( int keyword ) : bool
keyword int
Результат bool

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

public SpeechEventArgs ( Server.Mobile mobile, string speech, MessageType type, int hue, int keywords ) : System
mobile Server.Mobile
speech string
type MessageType
hue int
keywords int
Результат System