C# Class XG.Model.Domain.Channel

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

Public Methods

Method Description
AddBot ( Bot aBot ) : bool
Bot ( string aName ) : Bot
RemoveBot ( Bot aBot ) : bool

Protected Methods

Method Description
DuplicateChildExists ( AObject aObject ) : bool

Method Details

AddBot() public method

public AddBot ( Bot aBot ) : bool
aBot Bot
return bool

Bot() public method

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

DuplicateChildExists() protected method

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

RemoveBot() public method

public RemoveBot ( Bot aBot ) : bool
aBot Bot
return bool