C# Class OSAE.UI.Controls.ScreenObjectList

Interaction logic for NavigationImage.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
ControlHeight double
ControlWidth double
Location System.Windows.Point
_AppName string
_ScreenLocation string
currentProperty string
currentPropertyType string
currentScreen string
currentUser string

Public Methods

Method Description
ScreenObjectList ( OSAEObject sObject, string screen, string user ) : System.Data

Private Methods

Method Description
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

Method Details

ScreenObjectList() public method

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

Property Details

ControlHeight public_oe property

public double ControlHeight
return double

ControlWidth public_oe property

public double ControlWidth
return double

Location public_oe property

public Point,System.Windows Location
return System.Windows.Point

_AppName public_oe property

public string _AppName
return string

_ScreenLocation public_oe property

public string _ScreenLocation
return string

currentProperty public_oe property

public string currentProperty
return string

currentPropertyType public_oe property

public string currentPropertyType
return string

currentScreen public_oe property

public string currentScreen
return string

currentUser public_oe property

public string currentUser
return string