C# Class XG.Model.Domain.Server

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

Public Methods

Method Description
AddChannel ( Channel aChannel ) : bool
AddChannel ( string aChannel ) : bool
Bot ( string aName ) : Bot
Channel ( string aName ) : Channel
RemoveChannel ( Channel aChannel ) : bool
ToString ( ) : string

Protected Methods

Method Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

AddChannel() public method

public AddChannel ( Channel aChannel ) : bool
aChannel Channel
return bool

AddChannel() public method

public AddChannel ( string aChannel ) : bool
aChannel string
return bool

Bot() public method

public Bot ( string aName ) : Bot
aName string
return Bot

Channel() public method

public Channel ( string aName ) : Channel
aName string
return Channel

DuplicateChildExists() protected method

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

RemoveChannel() public method

public RemoveChannel ( Channel aChannel ) : bool
aChannel Channel
return bool

ToString() public method

public ToString ( ) : string
return string