C# Class Schumix.GitRssAddon.Commands.RssCommand

Inheritance: Schumix.Irc.Commands.CommandInfo
显示文件 Open project: Schumix/Schumix2 Class Usage Examples

Public Properties

Property Type Description
RssList List

Public Methods

Method Description
HandleGit ( IRCMessage sIRCMessage ) : void
RssCommand ( string ServerName ) : System

Method Details

HandleGit() public method

public HandleGit ( IRCMessage sIRCMessage ) : void
sIRCMessage Schumix.Framework.Irc.IRCMessage
return void

RssCommand() public method

public RssCommand ( string ServerName ) : System
ServerName string
return System

Property Details

RssList public_oe property

public List RssList
return List