C# Class CampahApp.CampahStatus

Inheritance: INotifyPropertyChanged
Show file Open project: golfandsurf/Campah Class Usage Examples

Public Properties

Property Type Description
Alwaysontop bool
Automaticupdates bool
Blockcommands bool
Buycyclewait double
Chatfilter string
Cheapo bool
Currentpath string
Globaldelay double
Openlast bool
price string
process System.Diagnostics.Process

Public Methods

Method Description
NotifyPropertyChanged ( string propertyName ) : void
SetStatus ( string status ) : void
SetStatus ( string status, Modes mode ) : void

Private Methods

Method Description
CampahStatus ( ) : System
CampahStatus ( string status, Modes mode ) : System

Method Details

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

SetStatus() public static method

public static SetStatus ( string status ) : void
status string
return void

SetStatus() public static method

public static SetStatus ( string status, Modes mode ) : void
status string
mode Modes
return void

Property Details

Alwaysontop public property

public bool Alwaysontop
return bool

Automaticupdates public property

public bool Automaticupdates
return bool

Blockcommands public property

public bool Blockcommands
return bool

Buycyclewait public property

public double Buycyclewait
return double

Chatfilter public property

public string Chatfilter
return string

Cheapo public property

public bool Cheapo
return bool

Currentpath public property

public string Currentpath
return string

Globaldelay public property

public double Globaldelay
return double

Openlast public property

public bool Openlast
return bool

price public static property

public static string price
return string

process public property

public Process,System.Diagnostics process
return System.Diagnostics.Process