C# Class CampahApp.CampahStatus

Inheritance: INotifyPropertyChanged
Exibir arquivo 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_oe property

public bool Alwaysontop
return bool

Automaticupdates public_oe property

public bool Automaticupdates
return bool

Blockcommands public_oe property

public bool Blockcommands
return bool

Buycyclewait public_oe property

public double Buycyclewait
return double

Chatfilter public_oe property

public string Chatfilter
return string

Cheapo public_oe property

public bool Cheapo
return bool

Currentpath public_oe property

public string Currentpath
return string

Globaldelay public_oe property

public double Globaldelay
return double

Openlast public_oe property

public bool Openlast
return bool

price public_oe static_oe property

public static string price
return string

process public_oe property

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