C# Class MBUtilities.Settings

Datei anzeigen Open project: MatthewCox/MoronBot Class Usage Examples

Public Properties

Property Type Description
Channel string
ExcludedFunctions List
IgnoreList List
LeaveMessage string
Nick string
Owner string
Port int
QuitMessage string
Server string
ShowForm bool

Public Methods

Method Description
Assign ( Settings settings ) : void

Private Methods

Method Description
Settings ( ) : System

Method Details

Assign() public static method

public static Assign ( Settings settings ) : void
settings Settings
return void

Property Details

Channel public_oe property

public string Channel
return string

ExcludedFunctions public_oe property

public List ExcludedFunctions
return List

IgnoreList public_oe property

public List IgnoreList
return List

LeaveMessage public_oe property

public string LeaveMessage
return string

Nick public_oe property

public string Nick
return string

Owner public_oe property

public string Owner
return string

Port public_oe property

public int Port
return int

QuitMessage public_oe property

public string QuitMessage
return string

Server public_oe property

public string Server
return string

ShowForm public_oe property

public bool ShowForm
return bool