C# 클래스 MBFunctionInterface.Function

상속: IFunction
파일 보기 프로젝트 열기: MatthewCox/MoronBot

공개 메소드들

메소드 설명
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