C# Class TrakHound_Dashboard.Pages.DeviceManager.Pages.SnapshotData.Controls.SnapshotItem

Interaction logic for SnapshotItem.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
NameTextProperty System.Windows.DependencyProperty
ParentPageProperty System.Windows.DependencyProperty
ParentSnapshot TrakHound_Server.Plugins.SnapshotData.Snapshot
SelectedLinkProperty System.Windows.DependencyProperty
SelectedTypeProperty System.Windows.DependencyProperty
SelectedVariableLinkProperty System.Windows.DependencyProperty

Public Methods

Method Description
SnapshotItem ( System.Windows.Controls.Page parentPage ) : System
SnapshotItem ( System.Windows.Controls.Page parentPage, Snapshot snapshot ) : System

Private Methods

Method Description
ComboBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
Init ( ) : void
Link_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
Refresh_Clicked ( TrakHound_UI bt ) : void
Removed_Clicked ( TrakHound_UI bt ) : void
Type_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
name_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
variable_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

SnapshotItem() public method

public SnapshotItem ( System.Windows.Controls.Page parentPage ) : System
parentPage System.Windows.Controls.Page
return System

SnapshotItem() public method

public SnapshotItem ( System.Windows.Controls.Page parentPage, Snapshot snapshot ) : System
parentPage System.Windows.Controls.Page
snapshot TrakHound_Server.Plugins.SnapshotData.Snapshot
return System

Property Details

NameTextProperty public static property

public static DependencyProperty,System.Windows NameTextProperty
return System.Windows.DependencyProperty

ParentPageProperty public static property

public static DependencyProperty,System.Windows ParentPageProperty
return System.Windows.DependencyProperty

ParentSnapshot public property

public Snapshot,TrakHound_Server.Plugins.SnapshotData ParentSnapshot
return TrakHound_Server.Plugins.SnapshotData.Snapshot

SelectedLinkProperty public static property

public static DependencyProperty,System.Windows SelectedLinkProperty
return System.Windows.DependencyProperty

SelectedTypeProperty public static property

public static DependencyProperty,System.Windows SelectedTypeProperty
return System.Windows.DependencyProperty

SelectedVariableLinkProperty public static property

public static DependencyProperty,System.Windows SelectedVariableLinkProperty
return System.Windows.DependencyProperty