C# Class OSAE.Weather_Control.CustomUserControl

Interaction logic for WeatherControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Свойство Type Description
ControlHeight int
ControlWidth int
CurState string
CurStateLabel string
LastStateChange System.DateTime
LastUpdated System.DateTime
Location Point
_controlname string
objName string
screenObject OSAE.OSAEObject

Méthodes publiques

Méthode Description
CustomUserControl ( OSAEObject sObj, string ControlName, string appName, string user ) : System
Update ( ) : void
setLocation ( double X, double Y ) : void

Private Methods

Méthode Description
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

Method Details

CustomUserControl() public méthode

public CustomUserControl ( OSAEObject sObj, string ControlName, string appName, string user ) : System
sObj OSAE.OSAEObject
ControlName string
appName string
user string
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

setLocation() public méthode

public setLocation ( double X, double Y ) : void
X double
Y double
Résultat void

Property Details

ControlHeight public_oe property

public int ControlHeight
Résultat int

ControlWidth public_oe property

public int ControlWidth
Résultat int

CurState public_oe property

public string CurState
Résultat string

CurStateLabel public_oe property

public string CurStateLabel
Résultat string

LastStateChange public_oe property

public DateTime,System LastStateChange
Résultat System.DateTime

LastUpdated public_oe property

public DateTime,System LastUpdated
Résultat System.DateTime

Location public_oe property

public Point Location
Résultat Point

_controlname public_oe property

public string _controlname
Résultat string

objName public_oe property

public string objName
Résultat string

screenObject public_oe property

public OSAEObject,OSAE screenObject
Résultat OSAE.OSAEObject