C# Class Schumix.Irc.Ignore.IgnoreChannel

Datei anzeigen Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
Add ( string Name ) : void
Clean ( ) : void
Contains ( string Name ) : bool
IgnoreChannel ( string ServerName ) : System
IsIgnore ( string Name ) : bool
LoadConfig ( ) : void
LoadSql ( ) : void
Remove ( string Name ) : void
RemoveConfig ( ) : 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

IgnoreChannel() public method

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

IsIgnore() public method

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

LoadConfig() public method

public LoadConfig ( ) : void
return void

LoadSql() public method

public LoadSql ( ) : void
return void

Remove() public method

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

RemoveConfig() public method

public RemoveConfig ( ) : void
return void