C# Class SampleUserControlLibrary.SampleScenarios

Interaction logic for UserControl1.xaml
Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: Microsoft/ProjectOxford-ClientSDK Class Usage Examples

Public Properties

Property Type Description
SampleScenarioListProperty System.Windows.DependencyProperty
SampleTitleProperty System.Windows.DependencyProperty

Public Methods

Method Description
ClearLog ( ) : void
Log ( string logMessage ) : void
SampleScenarios ( ) : System

Private Methods

Method Description
ScenarioChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SubscriptionManagementButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ClearLog() public method

public ClearLog ( ) : void
return void

Log() public method

public Log ( string logMessage ) : void
logMessage string
return void

SampleScenarios() public method

public SampleScenarios ( ) : System
return System

Property Details

SampleScenarioListProperty public_oe static_oe property

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

SampleTitleProperty public_oe static_oe property

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