Update description of NoFilter attribute

This commit is contained in:
Matt Nadareski
2023-08-11 11:45:58 -04:00
parent f5ceaa9edc
commit 01b525c03b

View File

@@ -1,7 +1,7 @@
namespace SabreTools.Models
{
/// <summary>
/// Marks a property as required on write
/// Marks a key as unable to be filtered on
/// </summary>
[System.AttributeUsage(System.AttributeTargets.Field)]
public class NoFilterAttribute : System.Attribute { }