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