C# Class XG.Model.Domain.Server

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

Méthodes publiques

Méthode Description
AddChannel ( Channel aChannel ) : bool
AddChannel ( string aChannel ) : bool
Bot ( string aName ) : Bot
Channel ( string aName ) : Channel
RemoveChannel ( Channel aChannel ) : bool
ToString ( ) : string

Méthodes protégées

Méthode Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

AddChannel() public méthode

public AddChannel ( Channel aChannel ) : bool
aChannel Channel
Résultat bool

AddChannel() public méthode

public AddChannel ( string aChannel ) : bool
aChannel string
Résultat bool

Bot() public méthode

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

Channel() public méthode

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

DuplicateChildExists() protected méthode

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

RemoveChannel() public méthode

public RemoveChannel ( Channel aChannel ) : bool
aChannel Channel
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string