mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create and use NoFilter attribute
This commit is contained in:
@@ -9,15 +9,19 @@ namespace SabreTools.Models.Internal
|
||||
#region Keys
|
||||
|
||||
/// <remarks>DataArea[]</remarks>
|
||||
[NoFilter]
|
||||
public const string DataAreaKey = "dataarea";
|
||||
|
||||
/// <remarks>DiskArea[]</remarks>
|
||||
[NoFilter]
|
||||
public const string DiskAreaKey = "diskarea";
|
||||
|
||||
/// <remarks>DipSwitch[]</remarks>
|
||||
[NoFilter]
|
||||
public const string DipSwitchKey = "dipswitch";
|
||||
|
||||
/// <remarks>Feature[]</remarks>
|
||||
[NoFilter]
|
||||
public const string FeatureKey = "feature";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
|
||||
Reference in New Issue
Block a user