C# Class XG.Model.Domain.Servers

Inheritance: AObjects
Show file Open project: lformella/xdcc-grabscher Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

Add() public method

public Add ( Server aServer ) : bool
aServer Server
return bool

Add() public method

public Add ( string aServer, int aPort = 6667 ) : bool
aServer string
aPort int
return bool

DuplicateChildExists() protected method

protected DuplicateChildExists ( AObject aObject ) : bool
aObject AObject
return bool

Remove() public method

public Remove ( Server aServer ) : bool
aServer Server
return bool

Server() public method

public Server ( string aName ) : Server
aName string
return Server