C# Class XG.Plugin.Irc.Parser.Types.ASaveBotMessageParser

Inheritance: AParser
Afficher le fichier Open project: lformella/xdcc-grabscher

Méthodes publiques

Méthode Description
Parse ( Message aMessage ) : bool

Méthodes protégées

Méthode Description
ParseInternal ( Bot aBot, string aMessage ) : bool

Method Details

Parse() public méthode

public Parse ( Message aMessage ) : bool
aMessage Message
Résultat bool

ParseInternal() protected abstract méthode

protected abstract ParseInternal ( Bot aBot, string aMessage ) : bool
aBot XG.Model.Domain.Bot
aMessage string
Résultat bool