C# 클래스 CampahApp.CampahStatus

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: golfandsurf/Campah 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alwaysontop bool
Automaticupdates bool
Blockcommands bool
Buycyclewait double
Chatfilter string
Cheapo bool
Currentpath string
Globaldelay double
Openlast bool
price string
process System.Diagnostics.Process

공개 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void
SetStatus ( string status ) : void
SetStatus ( string status, Modes mode ) : void

비공개 메소드들

메소드 설명
CampahStatus ( ) : System
CampahStatus ( string status, Modes mode ) : System

메소드 상세

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

SetStatus() 공개 정적인 메소드

public static SetStatus ( string status ) : void
status string
리턴 void

SetStatus() 공개 정적인 메소드

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

프로퍼티 상세

Alwaysontop 공개적으로 프로퍼티

public bool Alwaysontop
리턴 bool

Automaticupdates 공개적으로 프로퍼티

public bool Automaticupdates
리턴 bool

Blockcommands 공개적으로 프로퍼티

public bool Blockcommands
리턴 bool

Buycyclewait 공개적으로 프로퍼티

public double Buycyclewait
리턴 double

Chatfilter 공개적으로 프로퍼티

public string Chatfilter
리턴 string

Cheapo 공개적으로 프로퍼티

public bool Cheapo
리턴 bool

Currentpath 공개적으로 프로퍼티

public string Currentpath
리턴 string

Globaldelay 공개적으로 프로퍼티

public double Globaldelay
리턴 double

Openlast 공개적으로 프로퍼티

public bool Openlast
리턴 bool

price 공개적으로 정적으로 프로퍼티

public static string price
리턴 string

process 공개적으로 프로퍼티

public Process,System.Diagnostics process
리턴 System.Diagnostics.Process