C# 클래스 OSAE.UI.Controls.StateImage

Interaction logic for StateImage.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
StateImage ( OSAEObject sObject, string appName ) : System
Update ( ) : void
timer_Tick ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

StateImage() 공개 메소드

public StateImage ( OSAEObject sObject, string appName ) : System
sObject OSAEObject
appName string
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

timer_Tick() 공개 메소드

public timer_Tick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

CurLevel 공개적으로 프로퍼티

public string CurLevel
리턴 string

CurState 공개적으로 프로퍼티

public string CurState
리턴 string

CurStateLabel 공개적으로 프로퍼티

public string CurStateLabel
리턴 string

ImageHeight 공개적으로 프로퍼티

public double ImageHeight
리턴 double

ImageWidth 공개적으로 프로퍼티

public double ImageWidth
리턴 double

LastStateChange 공개적으로 프로퍼티

public DateTime,System LastStateChange
리턴 System.DateTime

LastUpdated 공개적으로 프로퍼티

public DateTime,System LastUpdated
리턴 System.DateTime

LightLevel 공개적으로 프로퍼티

public int LightLevel
리턴 int

LinkedObject 공개적으로 프로퍼티

public OSAEObject LinkedObject
리턴 OSAEObject

Location 공개적으로 프로퍼티

public Point Location
리턴 Point

ObjectName 공개적으로 프로퍼티

public string ObjectName
리턴 string

ObjectType 공개적으로 프로퍼티

public string ObjectType
리턴 string

PropertyLastUpdated 공개적으로 프로퍼티

public DateTime,System PropertyLastUpdated
리턴 System.DateTime

SliderMethod 공개적으로 프로퍼티

public string SliderMethod
리턴 string

StateMatch 공개적으로 프로퍼티

public string StateMatch
리턴 string