C# Class CampahApp.CampahStatus

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: golfandsurf/Campah Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void
SetStatus ( string status ) : void
SetStatus ( string status, Modes mode ) : void

Private Methods

Méthode Description
CampahStatus ( ) : System
CampahStatus ( string status, Modes mode ) : System

Method Details

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

SetStatus() public static méthode

public static SetStatus ( string status ) : void
status string
Résultat void

SetStatus() public static méthode

public static SetStatus ( string status, Modes mode ) : void
status string
mode Modes
Résultat void

Property Details

Alwaysontop public_oe property

public bool Alwaysontop
Résultat bool

Automaticupdates public_oe property

public bool Automaticupdates
Résultat bool

Blockcommands public_oe property

public bool Blockcommands
Résultat bool

Buycyclewait public_oe property

public double Buycyclewait
Résultat double

Chatfilter public_oe property

public string Chatfilter
Résultat string

Cheapo public_oe property

public bool Cheapo
Résultat bool

Currentpath public_oe property

public string Currentpath
Résultat string

Globaldelay public_oe property

public double Globaldelay
Résultat double

Openlast public_oe property

public bool Openlast
Résultat bool

price public_oe static_oe property

public static string price
Résultat string

process public_oe property

public Process,System.Diagnostics process
Résultat System.Diagnostics.Process