C# Class XG.Model.Domain.Channel

Inheritance: AObjects
Afficher le fichier Open project: lformella/xdcc-grabscher Class Usage Examples

Méthodes publiques

Méthode Description
AddBot ( Bot aBot ) : bool
Bot ( string aName ) : Bot
RemoveBot ( Bot aBot ) : bool

Méthodes protégées

Méthode Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

AddBot() public méthode

public AddBot ( Bot aBot ) : bool
aBot Bot
Résultat bool

Bot() public méthode

public Bot ( string aName ) : Bot
aName string
Résultat Bot

DuplicateChildExists() protected méthode

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
Résultat bool

RemoveBot() public méthode

public RemoveBot ( Bot aBot ) : bool
aBot Bot
Résultat bool