C# Class Schumix.Irc.Ignore.IgnoreChannel

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( string Name ) : void
Name string
Résultat void

Clean() public méthode

public Clean ( ) : void
Résultat void

Contains() public méthode

public Contains ( string Name ) : bool
Name string
Résultat bool

IgnoreChannel() public méthode

public IgnoreChannel ( string ServerName ) : System
ServerName string
Résultat System

IsIgnore() public méthode

public IsIgnore ( string Name ) : bool
Name string
Résultat bool

LoadConfig() public méthode

public LoadConfig ( ) : void
Résultat void

LoadSql() public méthode

public LoadSql ( ) : void
Résultat void

Remove() public méthode

public Remove ( string Name ) : void
Name string
Résultat void

RemoveConfig() public méthode

public RemoveConfig ( ) : void
Résultat void