C# Class OSAE.UI.Controls.PropertyLabel

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

Méthodes publiques

Свойство Type Description
LastUpdated System.DateTime
Location Point

Méthodes publiques

Méthode Description
PropertyLabel ( OSAEObject sObj ) : System
Update ( string type ) : void

Method Details

PropertyLabel() public méthode

public PropertyLabel ( OSAEObject sObj ) : System
sObj OSAEObject
Résultat System

Update() public méthode

public Update ( string type ) : void
type string
Résultat void

Property Details

LastUpdated public_oe property

public DateTime,System LastUpdated
Résultat System.DateTime

Location public_oe property

public Point Location
Résultat Point