C# 클래스 OSAE.Weather_Control.CustomUserControl

Interaction logic for WeatherControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 프로퍼티들

프로퍼티 타입 설명
ControlHeight int
ControlWidth int
CurState string
CurStateLabel string
LastStateChange System.DateTime
LastUpdated System.DateTime
Location Point
_controlname string
objName string
screenObject OSAE.OSAEObject

공개 메소드들

메소드 설명
CustomUserControl ( OSAEObject sObj, string ControlName, string appName, string user ) : System
Update ( ) : void
setLocation ( double X, double Y ) : void

비공개 메소드들

메소드 설명
Grid_MouseUp_1 ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
LoadDates ( ) : void
LoadDayLabels ( ) : void
LoadDaySummaryLabels ( ) : void
LoadHighs ( ) : void
LoadImageControls ( ) : void
LoadImages ( string key, System imageBox ) : void
LoadLows ( ) : void
LoadNightSummaryLabels ( ) : void
Load_All_Weather ( ) : void
imageHover ( object sender, EventArgs e ) : void
imageLeave ( object sender, EventArgs e ) : void
imgTodayDay_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
timMain_Tick ( object sender, EventArgs e ) : void

메소드 상세

CustomUserControl() 공개 메소드

public CustomUserControl ( OSAEObject sObj, string ControlName, string appName, string user ) : System
sObj OSAE.OSAEObject
ControlName string
appName string
user string
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

setLocation() 공개 메소드

public setLocation ( double X, double Y ) : void
X double
Y double
리턴 void

프로퍼티 상세

ControlHeight 공개적으로 프로퍼티

public int ControlHeight
리턴 int

ControlWidth 공개적으로 프로퍼티

public int ControlWidth
리턴 int

CurState 공개적으로 프로퍼티

public string CurState
리턴 string

CurStateLabel 공개적으로 프로퍼티

public string CurStateLabel
리턴 string

LastStateChange 공개적으로 프로퍼티

public DateTime,System LastStateChange
리턴 System.DateTime

LastUpdated 공개적으로 프로퍼티

public DateTime,System LastUpdated
리턴 System.DateTime

Location 공개적으로 프로퍼티

public Point Location
리턴 Point

_controlname 공개적으로 프로퍼티

public string _controlname
리턴 string

objName 공개적으로 프로퍼티

public string objName
리턴 string

screenObject 공개적으로 프로퍼티

public OSAEObject,OSAE screenObject
리턴 OSAE.OSAEObject