init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TestSetups.TestSetupsList
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The CurrentTestChangedEvent event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used to signal the current test setup has changed</remarks>
|
||||
///
|
||||
public class CurrentTestChangedEvent : PubSubEvent<string> { }
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TestSetups.TestSetupsList
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The CurrentTestIdChanged event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used to indicate that the CurrentTest Id changed.</remarks>
|
||||
///
|
||||
public class CurrentTestIdChangedEvent : PubSubEvent<string> { }
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TestSetups.TestSetupsList
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The TestSetupsListEditTestSetupEvent event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event fires when a test setup should be editted.</remarks>
|
||||
///
|
||||
public class TestSetupsListEditTestSetupEvent : PubSubEvent<string> { }
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace DTS.Common.Events.TestSetups.TestSetupsList
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The TTSImportSummaryImportEvent event.
|
||||
/// </summary>
|
||||
///
|
||||
/// <remarks>This event is used by the Summary step to indicate that the Import button was clicked.</remarks>
|
||||
///
|
||||
public class TestSetupsListTestSetupSelectedEvent : PubSubEvent<string[]> { }
|
||||
}
|
||||
Reference in New Issue
Block a user