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:
@@ -15,6 +15,7 @@ namespace SabreTools.Models.Internal
|
||||
public const string DescriptionKey = "description";
|
||||
|
||||
/// <remarks>Info[]</remarks>
|
||||
[NoFilter]
|
||||
public const string InfoKey = "info";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
@@ -24,12 +25,14 @@ namespace SabreTools.Models.Internal
|
||||
public const string NotesKey = "notes";
|
||||
|
||||
/// <remarks>Part[]</remarks>
|
||||
[NoFilter]
|
||||
public const string PartKey = "part";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
public const string PublisherKey = "publisher";
|
||||
|
||||
/// <remarks>SharedFeat[]</remarks>
|
||||
[NoFilter]
|
||||
public const string SharedFeatKey = "sharedfeat";
|
||||
|
||||
/// <remarks>(yes|partial|no) "yes"</remarks>
|
||||
|
||||
Reference in New Issue
Block a user