C# Класс MBFunctionInterface.Function

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

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

Метод Описание
Function ( ) : System.Collections.Generic

Default constructor, just uses GetName to set the function's name.

GetResponse ( BotMessage message ) : List

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

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

Helper function to get the name of 'this' class; ie, one implementing this abstract base. Strips away the inheritance/namespace/etc hierarchy normally present in the Class Type ToString output, leaving just the name of the class in isolation.

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

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

Default constructor, just uses GetName to set the function's name.
public Function ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public abstract GetResponse ( BotMessage message ) : List
message BotMessage
Результат List