C# 클래스 UserControlTemplate.CustomUserControl

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

공개 프로퍼티들

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

비공개 메소드들

메소드 설명
UserControl_Unloaded ( object sender, RoutedEventArgs e ) : void
refreshControl ( ) : 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

프로퍼티 상세

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