C# Class OSAE.UI.Controls.StateImage

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

Méthodes publiques

Свойство Type Description
CurLevel string
CurState string
CurStateLabel string
ImageHeight double
ImageWidth double
LastStateChange System.DateTime
LastUpdated System.DateTime
LightLevel int
LinkedObject OSAEObject
Location Point
ObjectName string
ObjectType string
PropertyLastUpdated System.DateTime
SliderMethod string
StateMatch string

Méthodes publiques

Méthode Description
StateImage ( OSAEObject sObject, string appName ) : System
Update ( ) : void
timer_Tick ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Slider_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Slider_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Slider_ValueChanged_1 ( object sender, RoutedPropertyChangedEventArgs e ) : void
State_Image_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

StateImage() public méthode

public StateImage ( OSAEObject sObject, string appName ) : System
sObject OSAEObject
appName string
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

timer_Tick() public méthode

public timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

CurLevel public_oe property

public string CurLevel
Résultat string

CurState public_oe property

public string CurState
Résultat string

CurStateLabel public_oe property

public string CurStateLabel
Résultat string

ImageHeight public_oe property

public double ImageHeight
Résultat double

ImageWidth public_oe property

public double ImageWidth
Résultat double

LastStateChange public_oe property

public DateTime,System LastStateChange
Résultat System.DateTime

LastUpdated public_oe property

public DateTime,System LastUpdated
Résultat System.DateTime

LightLevel public_oe property

public int LightLevel
Résultat int

LinkedObject public_oe property

public OSAEObject LinkedObject
Résultat OSAEObject

Location public_oe property

public Point Location
Résultat Point

ObjectName public_oe property

public string ObjectName
Résultat string

ObjectType public_oe property

public string ObjectType
Résultat string

PropertyLastUpdated public_oe property

public DateTime,System PropertyLastUpdated
Résultat System.DateTime

SliderMethod public_oe property

public string SliderMethod
Résultat string

StateMatch public_oe property

public string StateMatch
Résultat string