init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using DTS.Common.Base;
|
||||
using DTS.Common.Enums;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IISOSettingsData : IBaseClass
|
||||
{
|
||||
bool UniqueISOCodesRequired { get; set; }
|
||||
IsoViewMode ISOViewMode {get;set;}
|
||||
bool ShowISOStringBuilder { get; set; }
|
||||
bool ShowChannelCodeLookupHelper { get; set; }
|
||||
bool UseISOCodeFilterMapping { get; set; }
|
||||
bool ShowISOCodes { get; }
|
||||
bool ShowUserCodes { get; }
|
||||
bool ChannelNamesOnly { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user