C# Class Schumix.Irc.Ignore.IgnoreAddon

Datei anzeigen Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

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

IgnoreAddon() public method

public IgnoreAddon ( 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

LoadPlugin() public method

public LoadPlugin ( string plugin ) : void
plugin string
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

UnloadPlugin() public method

public UnloadPlugin ( string plugin ) : void
plugin string
return void