init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace DTS.Common.Interface.DASFactory.Diagnostics
|
||||
{
|
||||
public interface ITriggerCheck
|
||||
{
|
||||
/// <summary>
|
||||
/// Here is where the trigger check results are stored
|
||||
/// </summary>
|
||||
ITriggerCheckResult TriggerResult { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user