C# Class XG.Model.Domain.Servers

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

Méthodes publiques

Méthode Description
Add ( Server aServer ) : bool
Add ( string aServer, int aPort = 6667 ) : bool
Remove ( Server aServer ) : bool
Server ( string aName ) : Server

Méthodes protégées

Méthode Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public méthode

public Add ( Server aServer ) : bool
aServer Server
Résultat bool

Add() public méthode

public Add ( string aServer, int aPort = 6667 ) : bool
aServer string
aPort int
Résultat bool

DuplicateChildExists() protected méthode

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

Remove() public méthode

public Remove ( Server aServer ) : bool
aServer Server
Résultat bool

Server() public méthode

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