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:
8
SabreTools.Models/NoFilterAttribute.cs
Normal file
8
SabreTools.Models/NoFilterAttribute.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SabreTools.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// Marks a property as required on write
|
||||
/// </summary>
|
||||
[System.AttributeUsage(System.AttributeTargets.Field)]
|
||||
public class NoFilterAttribute : System.Attribute { }
|
||||
}
|
||||
Reference in New Issue
Block a user