Match TFS Changeset 303335
This commit is contained in:
22
Shared/IScopeInfo.cs
Normal file
22
Shared/IScopeInfo.cs
Normal file
@ -0,0 +1,22 @@
|
||||
using System;
|
||||
|
||||
namespace Shared
|
||||
{
|
||||
|
||||
public interface IScopeInfo
|
||||
{
|
||||
|
||||
Enum Enum { get; }
|
||||
string HTML { get; }
|
||||
string Title { get; }
|
||||
string FileName { get; }
|
||||
int TestValue { get; }
|
||||
string Header { get; }
|
||||
string QueryFilter { get; }
|
||||
string FileNameWithoutExtension { get; }
|
||||
string EquipmentElementName { get; }
|
||||
EquipmentConnection EquipmentConnection { get; }
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user