C# Class Schumix.Irc.Ignore.IgnoreIrcCommand

Datei anzeigen Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
Add ( string Name ) : void
Clean ( ) : void
Contains ( string Name ) : bool
IgnoreIrcCommand ( string ServerName ) : System
IsIgnore ( string Name ) : bool
LoadSql ( ) : void
Remove ( string Name ) : void

Method Details

Add() public method

public Add ( string Name ) : void
Name string
return void

Clean() public method

public Clean ( ) : void
return void

Contains() public method

public Contains ( string Name ) : bool
Name string
return bool

IgnoreIrcCommand() public method

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

IsIgnore() public method

public IsIgnore ( string Name ) : bool
Name string
return bool

LoadSql() public method

public LoadSql ( ) : void
return void

Remove() public method

public Remove ( string Name ) : void
Name string
return void