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

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

공개 프로퍼티들

프로퍼티 타입 설명
ControlHeight double
ControlWidth double
Location System.Windows.Point
_AppName string
_ScreenLocation string
currentProperty string
currentPropertyType string
currentScreen string
currentUser string

공개 메소드들

메소드 설명
ScreenObjectList ( OSAEObject sObject, string screen, string user ) : System.Data

비공개 메소드들

메소드 설명
btnClose_Click ( object sender, RoutedEventArgs e ) : void
btnDelete_Click ( object sender, RoutedEventArgs e ) : void
btnSave_Click ( object sender, RoutedEventArgs e ) : void
dgProperties_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
lbControls_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

메소드 상세

ScreenObjectList() 공개 메소드

public ScreenObjectList ( OSAEObject sObject, string screen, string user ) : System.Data
sObject OSAEObject
screen string
user string
리턴 System.Data

프로퍼티 상세

ControlHeight 공개적으로 프로퍼티

public double ControlHeight
리턴 double

ControlWidth 공개적으로 프로퍼티

public double ControlWidth
리턴 double

Location 공개적으로 프로퍼티

public Point,System.Windows Location
리턴 System.Windows.Point

_AppName 공개적으로 프로퍼티

public string _AppName
리턴 string

_ScreenLocation 공개적으로 프로퍼티

public string _ScreenLocation
리턴 string

currentProperty 공개적으로 프로퍼티

public string currentProperty
리턴 string

currentPropertyType 공개적으로 프로퍼티

public string currentPropertyType
리턴 string

currentScreen 공개적으로 프로퍼티

public string currentScreen
리턴 string

currentUser 공개적으로 프로퍼티

public string currentUser
리턴 string